ucfirst :: (PHP 4, PHP 5) ucfirst — Make a string’s first character uppercase Description string… more →
La Vida LocaPraful wrote 7 months ago: strpos (PHP 4, PHP 5) strpos — Find position of first occurrence of a string Description int strpos … more →
Praful wrote 7 months ago: ucfirst :: (PHP 4, PHP 5) ucfirst — Make a string’s first characte … more →
Praful wrote 7 months ago: count_chars (PHP 4, PHP 5) count_chars — Return information about characters used in a string Descri … more →
Praful wrote 7 months ago: addcslashes (PHP 4, PHP 5) addcslashes — Quote string with slashes in a C style Description string a … more →
Praful wrote 7 months ago: stristr (PHP 4, PHP 5) stristr — Case-insensitive strstr() Description string stristr ( string $hays … more →
Praful wrote 8 months ago: substr It will return part of a string specified by the start and length parameters. example: This w … more →