Function __global->preg_last_error
Definitions
sources_custom/phpstub.php
- Returns the error code of the last PCRE regex execution.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The error code of the last PCRE regex execution
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns the error code of the last PCRE regex execution.
*
* @return integer The error code of the last PCRE regex execution
*/
function preg_last_error() : int
* Returns the error code of the last PCRE regex execution.
*
* @return integer The error code of the last PCRE regex execution
*/
function preg_last_error() : int

