Primary links
Home
Quick Refs
ADO
ASP
CSS2
HTML
Jet Sql
Javascript
T-SQL
PHP
VBScript
WML
WML SCRIPT
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()
Print this Page
E-mail this Page