•Strings can be specified using one of two sets of delimiters.
•If the string is enclosed in double-quotes ("), variables within the string will be expanded (subject to some parsing limitations).
•As in C the backslash ("\") character can be used in specifying special characters:
String manipulation functions.
•substr(
•strlen(
•trim(
•ltrim(
•rtrim(
•strtolower(
•strtoupper(
•str_replace(
•strpos(
•strcmp(
•strcasecmp(
•explode(
•implode(
No comments:
Post a Comment