substr

function call:
string substr( string $string, int $start [, int $length] )

description:
Returns the portion of string specified by the $start and $length parameters.

If $start is non-negative, the returned string will start at the $start'th position in $string, counting from zero. For instance, in the string 'abcdef', the character at position 0 is 'a', the character at position 2 is 'c', and so forth.

test substr online:
$str

$start

$length


Werbung
Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: substr auf Deutsch online testen