Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
strspn « String « PHP
PHP
String
strspn
1.
strspn() function returns the length of the first segment in string1 containing characters also in string2.
2.
strspn.php
3.
strcspn demo
4.
strcspn() function returns the length of the first segment in string1 containing characters not in string2.