??? ?? ??;

PHP strncmp() ?? ???

??: ???? ?? n? ??? ?????. ????? ?????.

??: ??strncmp(string1,string2,length)

????:

ParametersDescription
string1??, ??? ? ?? ???? ?????.
string2??, ??? ? ?? ???? ?????.
length??, ??? ???? ? ???? ?? ?? ?????.

??: strncmp() ??? ? ???? ?????. strncmp()? ???? ???? ????? ?????. ? ???? ??? 0? ?????. string1? string2?? ?? ?? ?? 0?? ???. string1? string2?? ??? ?? ?? 0?? ????.

PHP strncmp() ?? ?

<?php
echo strncmp("helloworld","Helloworld",6);
?>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????

??:

1