Function Tempcode->is_empty
Definitions
sources/tempcode.php
- Find whether the Tempcode object is blank or not.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the Tempcode object is empty
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the Tempcode object is blank or not.
*
* @return boolean Whether the Tempcode object is empty
*/
public function is_empty() : bool
* Find whether the Tempcode object is blank or not.
*
* @return boolean Whether the Tempcode object is empty
*/
public function is_empty() : bool

