Skip to content

Instantly share code, notes, and snippets.

View iamxwk's full-sized avatar
🎯
Focusing

xwk iamxwk

🎯
Focusing
View GitHub Profile
https://zhuanlan.zhihu.com/p/569452790
补充点可用的IP:
上海/电信:
180.163.150.34
180.163.151.34
180.163.151.162
180.163.150.162
@jibran
jibran / test.php
Created February 21, 2017 04:00
Drupal minimal bootstrap.
<?php
/**
* @file
* Drupal minimal bootstrap.
*/
use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;
<?php
/*
API Google URL Shortner
marcusnunes.com
*/
echo goo::get('http://www.baidu.com');
class goo{
function get($url){
$error = '';