PHP Function List
chomp doesn't exist. Closest matches:
- chop
- com
- bccomp
- echo
- copy
- compact
- stomp
- chmod
- chown
- chgrp
- chroot
- lchown
- lchgrp
- strcmp
- bzcompress
- gzcompress
- com_set
- cos
- dbx_compare
- chr
Site Search Results
-
Notes. Note: chop() is different than the Perl chop() function, which removes the ... This function corresponds more or less to the PERL chomp() function.
-
True, the Perl chomp() will only trim newline characters. There is, however, the Perl chop() function which is pretty much identical to the PHP rtrim()
-
Notes. Note: chop() est différente de son équivalent Perl chop(), qui supprime ... This function corresponds more or less to the PERL chomp() function.
-
I wanted a perl "chomp" of newlines for all elements in an array. I tried array_filter for a long time, but rhelic's straightforward way is what worked.
-
Returns a one-character string containing the character specified by ascii. This function complements ord().
-
This functions returns the input string padded on the left, the right, or both sides to the specified padding length. If the optional argument pad_string is not supplied ...
-
This function tries to return a string with all NUL bytes, HTML and PHP tags stripped from a given str. It uses the same tag stripping state machine as the fgetss() function.
-
$encoded .= ' '.$start.$chunk.$end.$linefeed; } /* Chomp the first space and the last linefeed */ $encoded = substr($encoded, 1, -strlen($linefeed));
-
True, the Perl chomp() will only trim newline characters. There is, however, the Perl chop() function which is pretty much identical to the PHP rtrim()
-
True, the Perl chomp() will only trim newline characters. There is, however, the Perl chop() function which is pretty much identical to the PHP rtrim()

Other forms of search
To search the string "chomp" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
