PHP » GoLang |
login |
register |
about
|
cubrid_result(PECL CUBRID >= 8.3.0) cubrid_result — Return the value of a specific field in a specific row DescriptionThis function returns the value of a specific field in a specific row from a result set. Parameters
Return ValuesValue of a specific field, on success (NULL if value if null).
ExamplesExample #1 cubrid_result() example
<?php The above example will output: string(1) "X" string(5) "Mixed" string(4) "Gold" |
more
Recently updated
more
Most requested
more
Last requests
|