Term
|
Definition
| Returns a string with backslashes in front of the specified characters |
|
|
Term
|
Definition
| Returns a string with backslashes in front of predefined characters |
|
|
Term
|
Definition
| Converts a string of ASCII characters to hexadecimal values |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Returns a character from a specified ASCII value |
|
|
Term
|
Definition
| Splits a string into a series of smaller parts |
|
|
Term
|
Definition
| Converts a string from one Cyrillic character-set to another |
|
|
Term
|
Definition
| Decodes a uuencoded string |
|
|
Term
|
Definition
| Encodes a string using the uuencode algorithm |
|
|
Term
|
Definition
| Returns how many times an ASCII character occurs within a string and returns the information |
|
|
Term
|
Definition
| Calculates a 32-bit CRC for a string |
|
|
Term
|
Definition
| One-way string encryption (hashing) |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Breaks a string into an array |
|
|
Term
|
Definition
| Writes a formatted string to a specified output stream |
|
|
Term
| get_html_translation_table() |
|
Definition
| Returns the translation table used by htmlspecialchars() and htmlentities() |
|
|
Term
|
Definition
| Converts Hebrew text to visual text |
|
|
Term
|
Definition
Converts Hebrew text to visual text and new lines (\n) into
|
|
|
Term
|
Definition
| Converts HTML entities to characters |
|
|
Term
|
Definition
| Converts characters to HTML entities |
|
|
Term
| htmlspecialchars_decode() |
|
Definition
| Converts some predefined HTML entities to characters |
|
|
Term
|
Definition
| Converts some predefined characters to HTML entities |
|
|
Term
|
Definition
| Returns a string from the elements of an array |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Returns the Levenshtein distance between two strings |
|
|
Term
|
Definition
| Returns locale numeric and monetary formatting information |
|
|
Term
|
Definition
| Strips whitespace from the left side of a string |
|
|
Term
|
Definition
| Calculates the MD5 hash of a string |
|
|
Term
|
Definition
| Calculates the MD5 hash of a file |
|
|
Term
|
Definition
| Calculates the metaphone key of a string |
|
|
Term
|
Definition
| Returns a string formatted as a currency string |
|
|
Term
|
Definition
| Returns specific local information |
|
|
Term
|
Definition
| Inserts HTML line breaks in front of each newline in a string |
|
|
Term
|
Definition
| Formats a number with grouped thousands |
|
|
Term
|
Definition
| Returns the ASCII value of the first character of a string |
|
|
Term
|
Definition
| Parses a query string into variables |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Outputs a formatted string |
|
|
Term
| quoted_printable_decode() |
|
Definition
| Decodes a quoted-printable string |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Strips whitespace from the right side of a string |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Calculates the SHA-1 hash of a string |
|
|
Term
|
Definition
| Calculates the SHA-1 hash of a file |
|
|
Term
|
Definition
| Calculates the similarity between two strings |
|
|
Term
|
Definition
| Calculates the soundex key of a string |
|
|
Term
|
Definition
| Writes a formatted string to a variable |
|
|
Term
|
Definition
| Parses input from a string according to a format |
|
|
Term
|
Definition
| Replaces some characters in a string (case-insensitive) |
|
|
Term
|
Definition
| Pads a string to a new length |
|
|
Term
|
Definition
| Repeats a string a specified number of times |
|
|
Term
|
Definition
| Replaces some characters in a string (case-sensitive) |
|
|
Term
|
Definition
| Performs the ROT13 encoding on a string |
|
|
Term
|
Definition
| Randomly shuffles all characters in a string |
|
|
Term
|
Definition
| Splits a string into an array |
|
|
Term
|
Definition
| Count the number of words in a string |
|
|
Term
|
Definition
| Compares two strings (case-insensitive) |
|
|
Term
|
Definition
| Finds the first occurrence of a string inside another string (alias of strstr()) |
|
|
Term
|
Definition
| Compares two strings (case-sensitive) |
|
|
Term
|
Definition
| Locale based string comparison |
|
|
Term
|
Definition
| Returns the number of characters found in a string before any part of some specified characters are found |
|
|
Term
|
Definition
| Strips HTML and PHP tags from a string |
|
|
Term
|
Definition
| Unquotes a string quoted with addcslashes() |
|
|
Term
|
Definition
| Unquotes a string quoted with addslashes() |
|
|
Term
|
Definition
| Returns the position of the first occurrence of a string inside another string (case-insensitive) |
|
|
Term
|
Definition
| Finds the first occurrence of a string inside another string (case-insensitive) |
|
|
Term
|
Definition
| Returns the length of a string |
|
|
Term
|
Definition
| Compares two strings using a "natural order" algorithm (case-insensitive) |
|
|
Term
|
Definition
| Compares two strings using a "natural order" algorithm (case-sensitive) |
|
|
Term
|
Definition
| String comparison of the first n characters (case-insensitive) |
|
|
Term
|
Definition
| String comparison of the first n characters (case-sensitive) |
|
|
Term
|
Definition
| Searches a string for any of a set of characters |
|
|
Term
|
Definition
| Returns the position of the first occurrence of a string inside another string (case-sensitive) |
|
|
Term
|
Definition
| Finds the last occurrence of a string inside another string |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Finds the position of the last occurrence of a string inside another string (case-insensitive) |
|
|
Term
|
Definition
| Finds the position of the last occurrence of a string inside another string (case-sensitive) |
|
|
Term
|
Definition
| Returns the number of characters found in a string that contains only characters from a specified charlist |
|
|
Term
|
Definition
| Finds the first occurrence of a string inside another string (case-sensitive) |
|
|
Term
|
Definition
| Splits a string into smaller strings |
|
|
Term
|
Definition
| Converts a string to lowercase letters |
|
|
Term
|
Definition
| Converts a string to uppercase letters |
|
|
Term
|
Definition
| Translates certain characters in a string |
|
|
Term
|
Definition
| Returns a part of a string |
|
|
Term
|
Definition
| Compares two strings from a specified start position (binary safe and optionally case-sensitive) |
|
|
Term
|
Definition
| Counts the number of times a substring occurs in a string |
|
|
Term
|
Definition
| Replaces a part of a string with another string |
|
|
Term
|
Definition
| Strips whitespace from both sides of a string |
|
|
Term
|
Definition
| Converts the first character of a string to uppercase |
|
|
Term
|
Definition
| Converts the first character of each word in a string to uppercase |
|
|
Term
|
Definition
| Writes a formatted string to a specified output stream |
|
|
Term
|
Definition
| Outputs a formatted string |
|
|
Term
|
Definition
| Writes a formatted string to a variable |
|
|
Term
|
Definition
| Wraps a string to a given number of characters |
|
|