mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
8760403ff1
commit
da755950ab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue