Function __global->has_solemnly_declared
Definitions
sources/zones.php
- Find if a security property has been declared as being understood.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $declaration | integer | No | No | required parameter | N/A | N/A | The property |
Returns
- Whether it is understood
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if a security property has been declared as being understood.
*
* @param integer $declaration The property
* @return boolean Whether it is understood
*/
function has_solemnly_declared(int $declaration) : bool
* Find if a security property has been declared as being understood.
*
* @param integer $declaration The property
* @return boolean Whether it is understood
*/
function has_solemnly_declared(int $declaration) : bool

