|
update : 2015.11.03
php.shukuma.com검색:
|
Threaded::merge(PECL pthreads >= 2.0.0) Threaded::merge — Manipulation 설명Merges data into the current object 인수
반환값A boolean indication of success 예제
Example #1 Merging into the property table of a threaded object
<?php위 예제의 출력:
object(Threaded)#2 (13) {
["0"]=>
int(0)
["1"]=>
int(1)
["2"]=>
int(2)
["3"]=>
int(3)
["4"]=>
int(4)
["5"]=>
int(5)
["6"]=>
int(6)
["7"]=>
int(7)
["8"]=>
int(8)
["9"]=>
int(9)
["foo"]=>
string(3) "bar"
["bar"]=>
string(3) "bar"
["baz"]=>
string(3) "baz"
}
|