?? [??p?]

adj. ?; ??; ???

n. ?? ??;

PHP strtoupper() ?? ???

??: ?? ??? ???? ??

??: strtoupper(string)

????:

???? Description
string ??, ??? ?? ???

??: strtoupper() ??? ???? ???? ?????. ? ??? ?? ?????.

PHP strtoupper() ?? ?

<?php
$i = "hello world";
$j = strtoupper($i);
echo $j;
?>
rerun ?????

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

??:

HELLO WORLD