2027. Class

2027.1. Zend\XmlRpc\Value\Boolean

2027.1.1. Methods

2027.1.1.1. __construct

__construct()

Set the value of a boolean native type We hold the boolean type as an integer (0 or 1)

Parameters:bool

2027.1.1.2. getValue

getValue()

Return the value of this object, convert the XML-RPC native boolean value into a PHP boolean

Return type:bool

Project Versions

Table Of Contents

Previous topic

2026. Class

Next topic

2028. Class

This Page