[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/class/template/smarty/plugins/ -> modifier.url_parse.php (source)

   1  <?php 
   2  /* 
   3  Smarty Modifier url_parse 
   4  $string - The string to parse 
   5  $what  - One of the following: 
   6  - scheme 
   7  - host 
   8  - port 
   9  - users 
  10  - pass 
  11  - path 
  12  - query 
  13  - fragment 
  14  */ 
  15  
  16  function smarty_modifier_url_parse($string, $what) 
  17  { 
  18    $url=@parse_url($string); 
  19    return($url[$what]); 
  20  } 
  21  
  22  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics