Michaels PasteCenter
Ansichten:
QuotePaste
-
CodePaste
-
NoPaste
Codesnippet eingetragen am 8.1.2012 um 16:40
Von: Michael
Sprache: php
Beschreibung: Boolscher Vergleich (kurzform)
CodeSnippet:
$boolean_var
?
$bool
=
"true"
:
$bool
=
"false"
;