Function __global->strtok
Definitions
sources_custom/phpstub.php
- Tokenise string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$subject | string | required parameter | N/A | N/A | String to tokenise. EXCEPT if $delimiters=null, then this has actual delimiters. |
$delimiters | ?string | Null | N/A | N/A | Delimiters (null: continue with previous tokenisation) |
Return
- Next token (false: could not return a token, no more tokens to return)
- Type: ~string
- Set: N/A
- Range: N/A