Home > Backend Development > PHP Tutorial > The function of php variable $a{0}

The function of php variable $a{0}

WBOY
Release: 2016-07-25 08:56:36
Original
1363 people have browsed it
  1. $a='abcdefg';
  2. echo $a{0}; //a
  3. echo $a{2}; //c
Copy code

is a variable The calling method can be flexibly applied when using it.



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template