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
strcspn « String « PHP
PHP
String
strcspn
1.
strcspn($password, '1234567890')
2.
strspn: Find length of initial segment matching mask
3.
strcspn Demo
4.
See what portion of a string is composed only of a given set of characters