PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SDO_Model_ReflectionDataObject::getContainmentProperty> <SDO_Model_ReflectionDataObject::__construct
Last updated: Fri, 10 Oct 2008

view this page in

SDO_Model_ReflectionDataObject::export

(No version information available, might be only in CVS)

SDO_Model_ReflectionDataObject::export SDO_DataObject を表す文字列を取得する

説明

mixed SDO_Model_ReflectionDataObject::export ( SDO_Model_ReflectionDataObject $rdo [, bool $return ] )
警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

SDO_DataObject を表す文字列を取得します。 デフォルトでは標準出力に出力されますが、パラメータ return に TRUE を指定すると、結果を文字列で返します。

パラメータ

rdo

SDO_Model_ReflectionDataObject。

return

TRUE の場合は結果を文字列で返します。 それ以外の場合は標準出力に出力します。

返り値

return パラメータに TRUE が設定されている場合は出力内容、 それ以外の場合は NULL を返します。



add a note add a note User Contributed Notes
SDO_Model_ReflectionDataObject::export
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites