1. Physics in Flat Spacetime: Geometric Viewpoint 1.1 Overview 1.2 Foundational Concepts 1.3 Tensor Algebra Without a Coordinate System 1.4 Particle Kinetics and Lorentz Force Without a Reference Frame 1.5 Component Representation of Tensor Algebra
当我们在做PHP开发的时候,很多时候需要对接口进行测试,或者更方便的调用一些已有模块的接口,取到结果并进行后续操作,我们可以通过curl进行模拟提交post和get请求,来去实现这些功能。
下面是对curl的post和get的封装
<?php
/**
* Created by PhpStorm.
* User: thinkpad
* Date: 2015/7/17 0017
* Time: 13:24
*/
class Action
{
public static fun