|
Posted by Michael G on 08/01/05 06:10
Hi,
$PHONETIC is an array of strings. How can !$PHONETIC['d'], in the case
below, evalutae to true. It is a string not a boolean. It would make more
sense if it evalutated to null.
Thanks Mike
<?php
$PHONETIC = array('a' => 'alpha', 'b' => 'bravo', 'c' => 'charlie');
if(!$PHONETIC['d']):
echo 'true';
else:
echo 'false';
endif
?>
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Navigation:
[Reply to this message]
|