This will scan a string and will attempt to replace all
entities with their numeric equivalent. This will not work
with specialized entities.
public static replaceAllEntities ( string $string ) : string | ||
$string | string | The string to perform replacements on. |
Результат | string | Returns a string that is similar to the original one, but with all entity replacements made. |