php

php下划线和驼峰相互转换

/** * 下划线转驼峰 * 思路: * step1.原字符串转小写,原字符串中的分隔符用空格替换,在字符串开头加上分隔符 * step2.将字符串中每个单词的首字母转换为大写,再去空格,去字符串首部附加的分隔符. */ func...

PHP 8.1和PHP 8.1扩展的安装

本文介绍在Ubuntu 20.04/18.04桌面系统及服务器下安装PHP 8.1和PHP 8.1扩展的方法。关于PHP 8.1有何优势,请看PHP 8.1性能测试结果:比PHP 7和PHP 5性能强,更有几倍的差距。 一、Ubuntu 20.04/18.04系统更新 ...

golang 执行php

golang 执行php linux jsons:=`'{"contact": "contac2t", "tel": "tel2","email": "email12","addr": "add4r","id":"1652067182000000076"}'` str:=fmt.Sprintf("php "+"a.php '"+jsons+"'") cm:=ex ec.Com...