|
oci_field_nameReturns the name of a field from the statement Description
string oci_field_name
( resource
$statement
, int $field
)
Returns the name of the Parameters
Return Values
Returns the name as a string, or Examples
Example #1 oci_field_name example
<?php Notes
See Also
|