姓氏的第一个字母
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了姓氏的第一个字母相关的知识,希望对你有一定的参考价值。
Get the first char of a lastname in php
<?php $mystring = 'Test Name'; $findme = ' '; // The !== operator can also be used. Using != would not work as expected // because the position of 'a' is 0. The statement (0 != false) evaluates // to false. if ($pos !== false) { } else { echo "The string '$findme' was not found in the string '$mystring'"; } ?>
以上是关于姓氏的第一个字母的主要内容,如果未能解决你的问题,请参考以下文章