struct Bool

Overview

Bool has only two possible values: true and false. They are constructed using these literals:

true  # A Bool that is true
false # A Bool that is false

See Bool literals in the language reference.

Defined in:

php_serializer/to_php_serialized.cr

Instance Method Summary

Instance methods inherited from class Object

to_php_serialized(io : IO)
to_php_serialized
to_php_serialized

Instance Method Detail

def to_php_serialized(php : PHP::Builder) #

[View source]