Constantes predefinidas
ifx_affected_rows
Informix
PHP Manual
Informix Funciones
Tabla de contenidos
ifx_affected_rows
— Get number of rows affected by a query
ifx_blobinfile_mode
— Establece el modo predeterminado de blob en todas las consultas de selección
ifx_byteasvarchar
— Establece el modo predeterminado byte
ifx_close
— Cerrar conexión Informix
ifx_connect
— Abrir conexión con el servidor Informix
ifx_copy_blob
— Duplica el objeto blob
ifx_create_blob
— Crea un objeto Blob
ifx_create_char
— Crea un objeto char
ifx_do
— Execute a previously prepared SQL-statement
ifx_error
— Returns error code of last Informix call
ifx_errormsg
— Returns error message of last Informix call
ifx_fetch_row
— Get row as an associative array
ifx_fieldproperties
— List of SQL fieldproperties
ifx_fieldtypes
— List of Informix SQL fields
ifx_free_blob
— Elimina el objeto blob
ifx_free_char
— Elimina el objeto char
ifx_free_result
— Libera recursos de la consulta
ifx_get_blob
— Devolver el contenido de un objeto blob
ifx_get_char
— Devolver el contenido del objeto char
ifx_getsqlca
— Get the contents of sqlca.sqlerrd[0..5] after a query
ifx_htmltbl_result
— Formatea todas las filas de una consulta en una tabla HTML
ifx_nullformat
— Sets the default return value on a fetch row
ifx_num_fields
— Returns the number of columns in the query
ifx_num_rows
— Count the rows already fetched from a query
ifx_pconnect
— Open persistent Informix connection
ifx_prepare
— Prepare an SQL-statement for execution
ifx_query
— Send Informix query
ifx_textasvarchar
— Set the default text mode
ifx_update_blob
— Updates the content of the blob object
ifx_update_char
— Updates the content of the char object
ifxus_close_slob
— Deletes the slob object
ifxus_create_slob
— Creates an slob object and opens it
ifxus_free_slob
— Deletes the slob object
ifxus_open_slob
— Opens an slob object
ifxus_read_slob
— Reads nbytes of the slob object
ifxus_seek_slob
— Sets the current file or seek position
ifxus_tell_slob
— Returns the current file or seek position
ifxus_write_slob
— Writes a string into the slob object
Constantes predefinidas
ifx_affected_rows
Informix
PHP Manual