预定义常量
 以下常量由本扩展模块定义,因此只有在本扩展模块被编译到
PHP 中,或者在运行时被动态加载后才有效。
 
  The following constants are meant to be used with
  parse_url() and are available since PHP 5.1.2.
 
 
  - 
   
    PHP_URL_SCHEME
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_HOST
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_PORT
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_USER
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_PASS
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_PATH
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_QUERY
    (integer)
   
   
 - 
    
     
    
   
 
  
  - 
   
    PHP_URL_FRAGMENT
    (integer)
   
   
 -