GoLang px_get_value

request it (247)
GoLang replacement for PHP's px_get_value [edit | history]



Do you know a GoLang replacement for PHP's px_get_value? Write it!

PHP px_get_value

PHP original manual for px_get_value [ show | php.net ]

px_get_value

(PECL paradox >= 1.1.0)

px_get_valueGets a value

Description

float px_get_value ( resource $pxdoc , string $name )

Gets various values.

Parameters

pxdoc

Resource identifier of the paradox database as returned by px_new().

name

name can be one of the following.

numprimkeys

The number of primary keys. Paradox databases always use the first numprimkeys fields for the primary index.

Return Values

Returns the value of the parameter or FALSE on failure.