php高度関数

1499 ワード

1. ini_set();
string ini_set ( string $varname , string $newvalue ) 
          。                ,         
2.set_time_limit();
bool set_time_limit ( int $seconds )
           ,    。        ,           。    30 ,    php.ini max_execution_time     ,      。

        ,set_time_limit()              。    ,       30 ,       25     set_time_limit(20),  ,              45 。

3.parse_str();
void parse_str ( string $encoded_string [, array &$result ] ) 
            
encoded_string   URL          (query string),                 (      result           )              result,                    ,     
 :   PHP        「 」 「  」,    ( encoded_string url       )        。       result   ,              
 
  

4.strcasecmp();  

int strcasecmp ( string $str1 , string $str2 )
          (      )。
   str1    str2    < 0;    str1    str2    > 0;      ,   0。

5.new();