php执行shell命令,system、exec、passthru

Posted by 夏泽民

一、命令



grep 正则表达式

Posted by 夏泽民

grep 转义字符“\” 查找,因为“\”grep 命令里是转义字符,所以需要特殊的处理,



symfony/console composer

Posted by 夏泽民

https://github.com/symfony/symfony



phptrace Molten

Posted by 夏泽民

Molten可以认为是phptrace的的升级版,增加了可视化分布式等等等等的功能吧,主要用了phptrace的信息收集这块。



object 传引用

Posted by 夏泽民

PHP 的引用是别名,就是两个不同的变量名字指向相同的内容。在 PHP 5,一个对象变量已经不再保存整个对象的值。只是保存一个标识符来访问真正的对象内容。 当对象作为参数传递,作为结果返回,或者赋值给另外一个变量,另外一个变量跟原来的不是引用的关系,只是他们都保存着同一个标识符的拷贝,这个标识符指向同一个对象的真正内容。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required