DevGuru
Home
Quick Refs
ADO
ASP
CSS2
HTML
Javascript
Jet SQL
PHP
T-SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
HTML Color Chart
Knowledge Base
Tutorials
Site
Authoring
Devguru Resume
Link to Us
Testimonials
Contact Us
Privacy Policy
Search
Font-size:
A
A
A
PHP
»
Strings
» chop()
Syntax:
string chop(string s [, string remove_list])
s
The string.
remove_list
Characters to remove.
Alias of rtrim().
chop() is an alias of rtrim() and works just the same.
See Also:
trim()
ltrim()
rtrim()
Comment on this Page
Print this Page
E-mail this Page
>