07 2023 档案
摘要:Linux 查看文件内容命令:cat、tac、head、tail、less、more、nl、paste、rev、uniq、grep、sort、od、awk 介绍 cat:连接文件并打印到标准输出设备上 tac:从后往前输出 nl:显示行号 head:默认显示前十行 tail:默认显示最后十行 les
阅读全文
摘要:PHP 外部执行函数:exec()、system()、passthru()、shell_exec()、popen()、proc_open()、执行运算符(反引号)、pcntl_exec() 大致可分成三部分 1)exec()、system()、passthru() 2)shell_exec()、po
阅读全文
摘要:输出打印函数:echo、print、print_r()、printf()、sprintf()、var_dump()、var_export()、highlight_file()、show_source() ## 1)echo、print **相同**: - 都不是函数,而是语言结构。 - 可以不用括号
阅读全文

浙公网安备 33010602011771号