袁来如此的工作笔记
竹杖芒鞋轻胜马,谁怕? 一蓑烟雨任平生。

PHP中把对象转数组

142浏览量
functionobject2array(&$object){$object=json_decode(json_encode($object),true);return$object;}