删除php代码中的注释和空格

2021-11-27
// 删除php文件$filename中的注释和空格,返回过滤后的代码,失败返回空字符串
php_strip_whitespace($filename);

 

{/if}