PHP funkce php_strip_whitespace()
Dostupnost ve verzích: PHP 5.0
Return source with stripped comments and whitespace
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$filename |
string |
není | Path to the PHP file. |
Návratové hodnoty
string
The stripped source code will be returned on success, or an empty string on failure.
This function works as described as of PHP 5.0.1. Before this it would only return an empty string. For more information on this bug and its prior behavior, see bug report #29606.