Blogger Information
Blog 35
fans 0
comment 1
visits 42641
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php最基础的函数
魏先生的博客
Original
777 people have browsed it

<!DOCTYPE html>
<html>
<body>

<?php

echo strlen("Hello world!");   //输出12  因为空格也算一个

echo strpos("Hello world!","world"); //输出6  在第六个位置出现world
?>  
 </body>
</html>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post