|
Threaded::mergeManipulation Beschreibung
public boolean Threaded::merge
( mixed
$from
[, bool $overwrite
] )Merges data into the current object Parameter-Liste
RückgabewerteA boolean indication of success Beispiele
Beispiel #1 Merging into the property table of a threaded object
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
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"
}
|