84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
function one($aa){
PHP uses "." as the connector, and the variable aa in your echo one(aa:'ccc'); is not declared, or define ('aa',111); defines a constant
Still reporting an error
"ccc"); print_r (one($array)['aa']); ?> 你试试这样 ,你传的参数有问题不能直接这样传,你要那样子的话只能转换成数组或对象,就像上面一样
PHP uses "." as the connector, and the variable aa in your echo one(aa:'ccc'); is not declared, or define ('aa',111); defines a constant
Still reporting an error