?? [str??]
n.?; ?, ?? ??; ?
vt. ?????? ????
3?? ??: ??? ??: ??? ?? ??: ??? ?? ??: strung ?? ??: strung
PHP strcspn() ?? ???
??: ????? ??? ?? ?? ?? ?? ?? ??
??: ??strcspn(string,char,start,length)
????:
???? | ?? |
string | ?????. ??? ???? ?????. |
?? | ?????. ??? ??? ?????. |
?? | ????. ????? ??? ??? ??? ?????. |
?? | ????. ???? ??(??? ?? ?)? ?????. |
??: ??? ??? ?? ?? ????? ?? ?? ?(?? ??)? ?????.
PHP strcspn() ?? ?
??:
6
<?php echo strcspn("PHP is a good development language! I love PHP","good"); ?>
???? ???
??' ??? ??? ? ??
??:
9