collection->append
(no version information, might be only in CVS)
collection->append -- Appends an object to the collection
Description
bool
collection->append ( mixed value)
Appends an object to the end of the collection. Parameter
value can be a string or a number.
성공일 경우 TRUE를, 실패일 경우 FALSE를 반환합니다.