Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Ternary Operator

Name: Anonymous 2010-01-08 8:07

ALL HAIL!

Name: Anonymous 2010-01-08 18:51


echo 'an' . ( ! $plural ? 'us' : 'ii');



echo 'an';
if( ! $plural)
{
    echo 'us';
}
else
{
    echo 'ii';
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List