奶头挺立呻吟高潮av全片,成人试看120秒体验区,性欧美极品v,A片高潮抽搐揉捏奶头视频

php語言

php中取得URL的根域名的代碼

時間:2025-04-10 09:35:52 php語言 我要投稿
  • 相關推薦

php中取得URL的根域名的代碼

  php中取得URL的根域名的代碼,需要的朋友可以參考下。就跟隨百分網小編一起去了解下吧,想了解更多相關信息請持續關注我們應屆畢業生考試網!

  代碼如下:

  <?php

  /**

  * 取得根域名

  *

  * @author lonely

  * @create 2011-3-11

  * @version 0.1

  * @lastupdate lonely

  * @package Sl

  */

  class Sl_RootDomain{

  private static $self;

  private $domain=null;

  private $host=null;

  private $state_domain;

  private $top_domain;

  /**

  * 取得域名分析實例

  * Enter description here ...

  */

  public static function instace(){

  if(!self::$self)

  self::$self=new self();

  return self::$self;

  }

  private function __construct(){

  $this->state_domain=array(

  'al','dz','af','ar','ae','aw','om','az','eg','et','ie','ee','ad','ao','ai','ag','at','au','mo','bb','pg','bs','pk','py','ps','bh','pa','br','by','bm','bg','mp','bj','be','is','pr','ba','pl','bo','bz','bw','bt','bf','bi','bv','kp','gq','dk','de','tl','tp','tg','dm','do','ru','ec','er','fr','fo','pf','gf','tf','va','ph','fj','fi','cv','fk','gm','cg','cd','co','cr','gg','gd','gl','ge','cu','gp','gu','gy','kz','ht','kr','nl','an','hm','hn','ki','dj','kg','gn','gw','ca','gh','ga','kh','cz','zw','cm','qa','ky','km','ci','kw','cc','hr','ke','ck','lv','ls','la','lb','lt','lr','ly','li','re','lu','rw','ro','mg','im','mv','mt','mw','my','ml','mk','mh','mq','yt','mu','mr','us','um','as','vi','mn','ms','bd','pe','fm','mm','md','ma','mc','mz','mx','nr','np','ni','ne','ng','nu','no','nf','na','za','aq','gs','eu','pw','pn','pt','jp','se','ch','sv','ws','yu','sl','sn','cy','sc','sa','cx','st','sh','kn','lc','sm','pm','vc','lk','sk','si','sj','sz','sd','sr','sb','so','tj','tw','th','tz','to','tc','tt','tn','tv','tr','tm','tk','wf','vu','gt','ve','bn','ug','ua','uy','uz','es','eh','gr','hk','sg','nc','nz','hu','sy','jm','am','ac','ye','iq','ir','il','it','in','id','uk','vg','io','jo','vn','zm','je','td','gi','cl','cf','cn','yr'

  );

  $this->top_domain=array('com','arpa','edu','gov','int','mil','net','org','biz','info','pro','name','museum','coop','aero','xxx','idv','me','mobi');

  $this->url=$_SERVER['HTTP_HOST'];

  }

  /**

  * 設置URL

  * Enter description here ...

  * @param string $url

  */

  public function setUrl($url=null){

  $url=$url?$url:$this->url;

  if(empty($url))return $this;

  if(!preg_match("/^http::/is", $url))

  $url="http://".$url;

  $url=parse_url(strtolower($url));

  $urlarr=explode(".", $url['host']);

  $count=count($urlarr);

  if ($count<=2){

  $this->domain=array_pop($url);

  }else if ($count>2){

  $last=array_pop($urlarr);

  $last_1=array_pop($urlarr);

  if(in_array($last, $this->top_domain)){

  $this->domain=$last_1.'.'.$last;

  $this->host=implode('.', $urlarr);

  }else if (in_array($last, $this->state_domain)){

  $last_2=array_pop($urlarr);

  if(in_array($last_1, $this->top_domain)){

  $this->domain=$last_2.'.'.$last_1.'.'.$last;

  $this->host=implode('.', $urlarr);

  }else{

  $this->host=implode('.', $urlarr).$last_2;

  $this->domain=$last_1.'.'.$last;

  }

  }

  }

  return $this;

  }

  /**

  * 取得域名

  * Enter description here ...

  */

  public function getDomain(){

  return $this->domain;

  }

  /**

  * 取得主機

  * Enter description here ...

  */

  public function getHost(){

  return $this->host;

  }

  }

  ?>

【php中取得URL的根域名的代碼】相關文章:

PHP實現通過URL提取根域名03-09

PHP中FTP操作類代碼03-03

php中allow-url-include的應用分析07-25

PHP中如何實現crontab代碼05-30

PHP 中的加密技術及代碼03-25

如何在HTML中嵌入PHP代碼03-18

PHP中檢測ajax請求的代碼實例03-16

PHP中URL參數獲取方式的四種例子03-17

php獲取當前url地址的方法05-03

主站蜘蛛池模板: 民权县| 建水县| 西宁市| 襄城县| 孟连| 河南省| 塘沽区| 三明市| 韶山市| 黄龙县| 河津市| 永春县| 获嘉县| 罗江县| 达尔| 洮南市| 义乌市| 德清县| 芦溪县| 铜山县| 承德市| 汤原县| 定远县| 龙南县| 沛县| 武乡县| 望都县| 乌海市| 洪泽县| 昌吉市| 开鲁县| 拉孜县| 康定县| 武鸣县| 漯河市| 左云县| 汽车| 二手房| 瓮安县| 梧州市| 集安市|