I have the following structure:
我有以下结构:
$foo_array = array(
[0] => object(foo) {
'id' => 1
}
[1] => object(foo) {
'id' => 2
}
)
$foI have the following structure:
我有以下结构:
$foo_array = array(
[0] => object(foo) {
'id' => 1
}
[1] => object(foo) {
'id' => 2
}
)
$fo