?? ['s?bst?r] ?? ['s?bst?r]

abbr.substructure ????, ?? ??

PHP substr() ?? ???

??: ???? ???

??: substr(string,start,length)

????:

???? Description
??? ?????. ??? ???? ??? ?????.
start?????. ????? ??? ??? ?????. ?? - ???? ??? ???? ????, ?? - ??? ?? ??? ???? ????, 0 - ???? ? ?? ???? ?????.
??????. ??? ???? ??? ?????. ???? ??? ??????. ?? - ?? ???? ???? ??? ??, ?? - ??? ??? ??? ?????.

??: ???? ??? ?????. ?? ????? ???? ??? ???? ??? ??? ??? 0???.

PHP substr() ?? ?

<?php
echo substr("Hello world",6);
?>
rerun ?????

??? ????? ??? "???? ??"??? ??????. ??? ????? ???

??:

world