摘要: head 与 tail 就像它的名字一样的浅显易懂,它是用来显示开头或结尾某个数量的文字区块,head 用来显示档案的开头至标准输出中,而 tail 想当然尔就是看档案的结尾。 1.命令格式: head [参数]… [文件]… 2.命令功能: head 用来显示档案的开头至标准输出中,默认head命 阅读全文
posted @ 2017-02-08 18:17 brady-wang 阅读(230) 评论(0) 推荐(0) 编辑
摘要: get_class 返回对象的类名 get_class (PHP 4, PHP 5) get_class — 返回对象的类名 说明 string get_class ([ object $obj ] ) 返回对象实例 obj 所属类的名字。如果 obj 不是一个对象则返回 FALSE。 Note:  阅读全文
posted @ 2017-02-08 11:04 brady-wang 阅读(479) 评论(0) 推荐(0) 编辑