Skip to content

Instantly share code, notes, and snippets.

View iamxwk's full-sized avatar
🎯
Focusing

xwk iamxwk

🎯
Focusing
View GitHub Profile
@iamxwk
iamxwk / goo.php
Created May 27, 2021 03:11 — forked from wjzhangq/goo.php
<?php
/*
API Google URL Shortner
marcusnunes.com
*/
echo goo::get('http://www.baidu.com');
class goo{
function get($url){
$error = '';
@iamxwk
iamxwk / test.php
Created March 8, 2021 03:56 — forked from jibran/test.php
Drupal minimal bootstrap.
<?php
/**
* @file
* Drupal minimal bootstrap.
*/
use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;