Function __global->print
Definitions
sources_custom/phpstub.php
- Output something.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $octal_string | string | No | No | required parameter | N/A | N/A | The string to output |
Returns
- The number '1', always
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Output something.
*
* @param string $octal_string The string to output
* @return integer The number '1', always
*/
function print(string $octal_string) : int
* Output something.
*
* @param string $octal_string The string to output
* @return integer The number '1', always
*/
function print(string $octal_string) : int

