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

search for in the

px_get_record> <px_get_info
[edit] Last updated: Fri, 25 May 2012

view this page in

px_get_parameter

(PECL paradox >= 1.1.0)

px_get_parameterパラメータを取得する

説明

string px_get_parameter ( resource $pxdoc , string $name )

さまざまなパラメータを取得します。

パラメータ

pxdoc

px_new() が返す paradox データベースのリソース ID。

name

name は、以下のいずれかです。

tablename

データベースヘッダに格納されるテーブル名。

targetencoding

出力用のエンコーディング。 px_get_record() あるいは px_retrieve_record() で文字フィールドから読み込まれたデータは、 targetencoding で記録されます。指定されていない場合は、 データベースファイルに保存されている形式が使用されます。

inputencoding

入力データをデータベースに保存する際のエンコーディング。 文字フィールドのデータをデータベースに保存する際には、 データをこのエンコーディングに変換することになります。

返り値

パラメータの値、失敗した場合に FALSE を返します。



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

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