\\1",$Text);
quote:", $Text);
\\1
code:", $Text);
\\1
$saying"; } /////////////////////Determine whether the string contains a certain value in the array ////////////////// function InString($array,$string){ while(list(,$value)=each($array)){ if(eregi($value,$string)){ return true; exit; } } } ////////// //////////Link to a page////////////////////////////////////// //// function GoIn($addr,$saying){ echo" } /////////////////// /JS returns ////////////////////////////////////////////////// function IsInt($string){ if(ereg("^[0-9]{0,}$",$string)){ return true; } else { return false; } } ?>
Previous article:Customizable PHP thumbnail generation program (requires GD library support)_PHP tutorial
Next article:Code that implements a PHP5 getter/setter base class_PHP tutorial
Statement of this Website
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
Latest Articles by Author
Latest Issues
When adding sublime3 to compile system php, use the PHP toolbox, cmd php -v is useless
From 1970-01-01 08:00:00
0
0
0
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
|