PHP Function List
" doesn't exist. Closest matches:
- amqpqueue
- preg_quote
- imap_get_quota
- imap_set_quota
- harufont
- ftp_quit
- gmp_sqrt
- imap_utf8
- imap_get_quotaroot
- quotemeta
- ldap_sort
- imap_sort
- amqpconnection
- empty
- asort
- fputs
- hypot
- usort
- var_export
- svn_import
Site Search Results
-
htmlspecialchars_decode - ManualThis function is the opposite of htmlspecialchars(). It converts special HTML entities back to characters. The converted entities are: &, " (when ENT_NOQUOTES is not ...
-
simplexml_load_string - Manualsimplexml_load_string has a problem with entities other than (<, >, &, " and '). Use numeric character references instead!
-
$replace = array('&', '"', ''', '<', '>' ); $str = str_replace ($search, $replace, $str); return $str; } ?> Output: Advoid! /slashes\, "single" and these
-
If you don't use these mandatory escape characters <tags> between </tags>, XML will "eXtensively" & "implicitly" give you errors.
-
xml_parse_into_struct - ManualThe basic XML entities < > & " are fine, just anything else will not work: If the entity is defined in the XML header, the parser will drop it completely from the ...
-
htmlspecialchars_decode - ManualCette fonction est l'opposée de htmlspecialchars(). Elle convertit les entités HTML spéciales en caractères. Les entités converties sont : &, " (lorsque ENT ...
-
htmlspecialchars_decode - Manual&、 " (ENT_NOQUOTES が設定されていない場合)、 ' (ENT_QUOTES が設定されている場合)、 < および >。
-
htmlspecialchars_decode - ManualDie konvertierten Auszeichnungen sind: &, " (wenn ENT_NOQUOTES nicht gesetzt ist), ' (wenn ENT_QUOTES nicht gesetzt ist), < und >.
-
If you don't use these mandatory escape characters <tags> between </tags>, XML will "eXtensively" & "implicitly" give you errors.
-
xml_parse_into_struct - ManualThe basic XML entities < > & " are fine, just anything else will not work: If the entity is defined in the XML header, the parser will drop it completely from the ...

Other forms of search
To search the string """ 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.
