php_strip_whitespace

(PHP 5, PHP 7)

php_strip_whitespace����ɾ��ע�ͺͿո���PHPԴ��

˵��

php_strip_whitespace ( string $filename ) : string

����ɾ��ע�ͺͿո�� filename ��PHPԴ�롣���ʵ�ʴ���������ע�������ĶԱȺ����á� �˺����� ������ ��ִ�� php -w ���ơ�

����

filename

PHP�ļ���·����

����ֵ

�ڳɹ�ʱ���ع��˺�Ĵ��룬������ʧ��ʱ���ؿ��ַ�����

Note:

�˺�����PHP 5.0.1����������ʽ������֮ǰ�����᷵��һ�����ַ��������ڸ����BUG����Ϣ������Ϊ�����BUG���� » #29606��

����

Example #1 php_strip_whitespace() ������

<?php
// PHP comment here

/*
 * Another PHP comment
 */

echo        php_strip_whitespace(__FILE__);
// Newlines are considered whitespace, and are removed too:
do_nothing();
?>

�������̻������

<?php
 echo php_strip_whitespace(__FILE__); do_nothing(); ?>

����ע�⵽PHP��ע���Ѳ����ڣ���Ϊ��һ��echo���ǰ�Ļ��кͿո�