php_strip_whitespace()函數傳回被剝離註解和空白字元的原始程式碼。
php_strip_whitespace(file_path)
file_path − The path of file.
The php_strip_whitespace() function returns stripped source code on success.
<?php /* * Demo comment */ echo php_strip_whitespace ("new.php"); ?>
上述程式碼刪除了所有註解和空白。
以上是PHP中的php_strip_whitespace()函數的詳細內容。更多資訊請關注PHP中文網其他相關文章!