Home  >  Article  >  Backend Development  >  How to use php strip_whitespace function

How to use php strip_whitespace function

藏色散人
藏色散人Original
2019-05-26 15:28:542383browse

php strip_whitespace function is used to return the source code file with PHP comments and blank characters removed. Its syntax is strip_whitespace(filename). The parameter filename is required and specifies the file name.

How to use php strip_whitespace function

How to use php strip_whitespace function?

Definition and Usage

The strip_whitespace() function returns the source code file with PHP comments and whitespace characters removed.

Syntax

strip_whitespace(filename)

Parameters

filename required. Specifies the file name.

Return value:

If successful, it will return the source code with PHP comments and whitespace characters removed, if it fails, it will return empty. Note: In versions prior to PHP 5.0.1, this function simply returned the empty string.

PHP Version: 5

Example

Return the source code of the "test.php" file with the PHP comments and whitespace characters removed:

If you select "View Source" in the browser window, it will look like this:

The above is the detailed content of How to use php strip_whitespace function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn