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

The function of php variable $a{0}

WBOY
WBOYOriginal
2016-07-25 08:56:361377browse
  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.



Statement:
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