Home  >  Article  >  Backend Development  >  10 recommended articles about China.com

10 recommended articles about China.com

黄舟
黄舟Original
2017-06-14 15:50:581346browse

Wanwang whois (the interface used provides legal interface for Wanwang) Copy the code as follows: function whois_hichina($domain) { preg_match("|(.+?)|is", @file_get_contents('http:// whois.hichina.com/cgi-bin/whois?domain='.$domain.''), $whois); $whois[0] = str_replace('Friendly reminder: According to the requirements of the registry, expired domain names may be in registration The domain name expiration date you see in this query is for reference only. Please enter the member area to check the actual expiration time of the domain name, and renew it in time. Thank you ', '', ($! whois[0]));//Filter out this text return $whois[0]); } Xinnet whois (not provided by Xinnet, but implemented based on the URL modification of Xinnet's own website) Copy the code as follows: function wh

1. whois PHP implements domain name whois query code data source Wanwang, Xinwang

Introduction: whois:whois PHP The code data source for realizing domain name whois query is Wanwang and Xinwang: Wanwang whois (the interface used provides legal interface for Wanwang). Copy the code as follows: function whois_hichina($domain) { preg_match("|

(. +?)
|is", @file_get_contents('http://whois.hichina.com/cgi-bin/whois?domain='.$domain.''), $wh

2. site:www.jschina.com.cn Mutual conversion between IStream and TStream

Introduction: site:www. jschina.com.cn:site:www.jschina.com.cn Mutual conversion between IStream and TStream: procedure TForm1.Button1Click(Sender: TObject); var memoStream,OleStream:TStream; Stream: IStream; begin image1.Picture: =nil; Image2.Picture :=n

##3. Banner online production uses PHP to implement classes similar to the ASP Banner component

Introduction: banner online production: banner online production uses PHP to implement classes similar to the ASP Banner component:

4. Domain name query is grabbed from another website Information example domain name query

# Introduction: Domain name query: Domain name query An example of grabbing information from other websites Domain name query:

5. Yii2 installation

10 recommended articles about China.com

##Introduction: Yii2 installation: Reference article: http://www.yiichina.com/downloadhttp:/ /www.yiichina.com/tutorial/324My environment: C:UsersAdministrator>php -vPHP 5.5.30 (cli) (built: Sep 30 2015 13:50:25)Copyright (c) 1997-2015 The PHP GroupZend En

6.

An example of grabbing information from other websites (domain name query)_PHP tutorial

Introduction: An example of grabbing information from other websites (domain name query). ? if (isset($xx)) { $dodo=@file(http://www.e9china.com/cgi-bin/comdns.pl?raw=1fqdn=.$fqdn.quot;.$domain.quot; .$root.quot;); $i=0; while($dodo[$i]) { echo $dodo[$i]; $i++; } exit; }

7.

Use PHP to implement a class similar to the ASP Banner component_PHP tutorial

Introduction: Use PHP to implement a class similar to the ASP Banner component. ?php /*********************************************** ******** Author: Wu Zhenheng (Biz)--phpscript E-mail:wuzhenheng@china.com web: http://phpscript.osh.com.cn File name: AdRotator.c

8.

PHP obtains the proxy server ip used by the user, which is the real ip_PHP tutorial

Introduction: PHP obtains the proxy server IP used by the user, which is the real IP. From http://www.phpchina.com/bbs/thread-12239-1-1.html In PHP, use $_SERVER["REMOTE_ADDR"] to obtain the client's IP address, but if the client uses a proxy server to access it, Obtained

9. Several ways of generating QR codes in php and examples of their use_PHP tutorial

2.php class library PHP QR Code

PHP QR Code is open source (LGPL) library for generating QR Code/
2-dimensional barcod" width="400">

Introduction: Several ways to generate QR codes in PHP and examples of their use. 1. Google’s open API copy code is as follows: $urlToEncode="http://bbs.lewanchina.com"; generateQRfromGoogle( $urlToEncode); function generateQRfromGoogle($chl,$widhtHeight ='150',$EC

10. How to install Apache (PWS) PHP4MySQLphpMyAdmin under Windows 98_PHP tutorial

##Introduction: How to install Apache (PWS) PHP4MySQLphpMyAdmin under Windows 98 Author: Tony Reeves () Publication date: 08/08 16:52 1. Install PHP4 software to obtain. :Foreign http://www.php.net; Domestic http://www.phpchina.com, http://phpuser.com, etc. After obtaining the compressed package, decompress it to

[Related Q&A recommendations]:

Does Android have the same code resource library as iOS?

ios - Regarding video animation and instant playback issues

ios9 and below cannot obtain the process name of the mobile phone installation software

ios - How to add pictures to the label after using TTTAttributedLabel?

Is there a similar plug-in for androidstudio?

The above is the detailed content of 10 recommended articles about China.com. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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