some cosmetic changes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2000-07-02 08:58:02 +00:00
parent 8760403ff1
commit da755950ab

View file

@ -1895,7 +1895,7 @@ while (list ($key, $value) = each ($a)) {
sorted array is undefined.
<example>
<title><function>usort</function> example</title>
<programlisting>
<programlisting role="php">
function cmp ($a, $b) {
if ($a == $b) return 0;
return ($a > $b) ? -1 : 1;