Query: px_get_parameter
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_GET_PARAMETER(3) PX_GET_PARAMETER(3) px_get_parameter - Gets a parameterSYNOPSISstring px_get_parameter (resource $pxdoc, string $name)DESCRIPTIONGets various parameters.PARAMETERSo $pxdoc - Resource identifier of the paradox database as returned by px_new(3). o $name - The $name can be one of the following: o tablename - The name of the table as it will be stored in the database header. o targetencoding - The encoding for the output. Data which is being read from character fields with px_get_record(3) or px_retrieve_record(3) is recoded into the targetencoding. If it is not set, then the data will be delivered as stored in the database file. o inputencoding - The encoding of the input data which is to be stored into the database. When storing data of character fields in the database, the data is expected to be delivered in this encoding.RETURN VALUESReturns the value of the parameter or FALSE on failure. PHP Documentation Group PX_GET_PARAMETER(3)
Related Man Pages |
---|
px_create_fp(3) - debian |
px_put_data_alpha(3) - debian |
px_set_targetencoding(3) - debian |
px_get_info(3) - php |
px_insert_record(3) - php |