Function __global->tc_is_all_static
Definitions
sources/tempcode_compiler.php
- Find if some opening parameters are definitely static.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $_opener_params | string | No | No | required parameter | N/A | N/A | The parameters in PHP code format |
Returns
- Is static
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if some opening parameters are definitely static.
*
* @param string $_opener_params The parameters in PHP code format
* @return boolean Is static
*/
function tc_is_all_static(string $_opener_params) : bool
* Find if some opening parameters are definitely static.
*
* @param string $_opener_params The parameters in PHP code format
* @return boolean Is static
*/
function tc_is_all_static(string $_opener_params) : bool

