px_get_parameter(3) php man page | unix.com

Man Page: px_get_parameter

Operating Environment: php

Section: 3

PX_GET_PARAMETER(3)													       PX_GET_PARAMETER(3)

px_get_parameter - Gets a parameter

SYNOPSIS
string px_get_parameter (resource $pxdoc, string $name)
DESCRIPTION
Gets various parameters.
PARAMETERS
o $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 VALUES
Returns 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_set_parameter(3) - debian
px_set_targetencoding(3) - debian
px_retrieve_record(3) - php
px_set_targetencoding(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!