Re: Testing a String for 'most' Capitalised

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/10/05, zzapper <david@xxxxxxxxxx> wrote:> Image that there could be a string>> fred> Fred> FRED>> First of all I need to know that these are same which I can do with strtolower,> but how could I tell

$a = array( 'fred', 'Fred', 'FRED' );sort( $a );echo $a[ 0 ];

--Greg DonaldZend Certified EngineerMySQL Core Certificationhttp://destiney.com/

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux