PHP Function List
pg_numrows doesn't exist. Closest matches:
- pg_num_rows
- m_numrows
- msql_numrows
- ifx_num_rows
- oci_num_rows
- db2_num_rows
- ingres_num_rows
- msql_num_rows
- odbc_num_rows
- px_numrecords
- mssql_num_rows
- fbsql_num_rows
- mysql_num_rows
- maxdb_num_rows
- sqlite_num_rows
- sybase_num_rows
- sqlsrv_num_rows
- cubrid_num_rows
- ovrimos_num_rows
- pg_num_fields
Site Search Results
-
pg_num_rows() will return the number of rows in a PostgreSQL result resource. Note: This function used to be called pg_numrows(). ... As mentioned, if you are performing an INSERT/UPDATE or ...
-
pg_num_rows() retourne le nombre de lignes d'un résultat PostgreSQL. Note: Auparavant, cette fonction s'appelait pg_numrows(). ... As mentioned, if you are performing an INSERT/UPDATE or ...
-
create table from pg_query results.. hope it helps newbies... function table_create($result) { $numrows = pg_num_rows($result); $fnum = pg_num_fields($result); echo "<table border width='100%'>"; echo "<tr>";
-
pg_fetch_object() 返回与所提取行的属性相一致的一个对象。如果出错或者没有更多行可供 ... $result=$pg_query (...); $num = pg_numrows($result); for($count=0;$count < $num && $data=pg_fetch_object($result,$count);$count++)
-
pg_send_query() 向 connection 连接发送异步查询。和 pg_query() 不同,它可以向 PostgreSQL 发送多个查询并用 pg_get_result() 依次得到结果。当执行查询时脚本的执行不会被锁定。
-
pg_fetch_array() 返回一个与所提取的行(元组/记录)相一致的数组。如果没有更多行可供提取,则返回 FALSE。 pg_fetch_array() 是 pg_fetch_row() 的扩展版本。在返回的数组中不仅以数字索引方式存放 ...
-
pg_get_result() lit la ressource de résultat d'une requête asynchrone exécutée par pg_send_query(), pg_send_query_params() ou pg_send_execute(). pg_send_query() et les autres fonctions de requête asynchrone peuvent envoyer plusieurs requêtes ...
-
pg_num_fields() 返回 PostgreSQL result 中的字段(列)数目。参数是由 pg_query() 函数返回的查询结果资源号。如果出错则返回 -1。 Note: 本函数以前的名字为 pg_numfields()。
-
PostgreSQL Introduction Installing/Configuring Requirements Installation Runtime Configuration Resource Types Predefined Constants Examples Basic usage PostgreSQL Functions pg_affected_rows — Returns number of affected records (tuples)
-
pg_connect() 返回其它 PostgreSQL 函数所需要的资源。 pg_connect() 打开一个由 connection_string 所指定的 PostgreSQL 数据库的连接。如果成功则返回连接资源,如果不能连接则返回 FALSE。

Other forms of search
To search the string "pg_numrows" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
