|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-16 10:30 UTC] vrana@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 10:00:01 2025 UTC |
Description: ------------ As of PHP 4.0B1 both functions are binary safe. Additionally both functions accept 2 optional integer parameters that can be used to define the starting position and the length of the string to examine. ex. strspn("foo", "o", 1, 2); == strspn(substr("foo", 1, 2), "o");