mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Simply fixes a typo.
-- Provided by anonymous 53037 (tpunt@hotmail.co.uk) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335494 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f01797a01e
commit
3f69d9b08b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ $var = strspn("42 is the answer to the 128th question.", "1234567890");
|
|||
position.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>length</parameter>is given and is negative,
|
||||
If <parameter>length</parameter> is given and is negative,
|
||||
then <parameter>subject</parameter> will be examined from the
|
||||
starting position up to <parameter>length</parameter>
|
||||
characters from the end of <parameter>subject</parameter>.
|
||||
|
|
Loading…
Reference in a new issue