Query: px_set_parameter
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_SET_PARAMETER(3) PX_SET_PARAMETER(3) px_set_parameter - Sets a parameterSYNOPSISbool px_set_parameter (resource $pxdoc, string $name, string $value)DESCRIPTIONSets various parameters.PARAMETERSo $pxdoc - Resource identifier of the paradox database as returned by px_new(3). o $name - Depending on the parameter you want to set, $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 is recoded into the targetencoding. o inputencoding - The encoding of the input data which is to be stored into the database. o $value - The value of parameter to set. For inputencoding and targetencoding this must be the name of the encoding as understood by iconv or recode, e.g. iso-8859-1, utf-8, cp850.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOpx_get_info(3) to determine the DOS code page.. PHP Documentation Group PX_SET_PARAMETER(3)
Related Man Pages |
---|
px_set_parameter(3) - debian |
px_retrieve_record(3) - php |
pg_client_encoding(3) - php |
px_date2string(3) - php |
px_set_blob_file(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Don Cragun as Lead Moderator |