PHP Function List
pdostatement-bindparam doesn't exist. Closest matches:
- pdostatement
- maxdb_stmt_bind_param
- ocistatementtype
- db2_bind_param
- oci_statement_type
- maxdb_bind_param
- ocifreestatement
- pdf_set_parameter
- ocifetchstatement
- mysqli_bind_param
- oci_free_statement
- domelement_tagname
- reflectionparameter
- udm_set_agent_param
- implementsinterface
- pg_send_query_params
- ldap_set_rebind_proc
- ps_set_parameter
- ps_get_parameter
- px_set_parameter
Site Search Results
-
PDOStatement::bindParam - ManualNote that when using PDOStatement::bindParam an integer is changed to a string value upon PDOStatement::execute(). (Tested with MySQL). This can cause problems when trying to compare values using the === operator.
-
PDOStatement::execute - ManualExecute the prepared statement. If the prepared statement included parameter markers, you must either: call PDOStatement::bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the ...
-
PDOStatement::bindColumn — Bind a column to a PHP variable PDOStatement::bindParam — Binds a parameter to the specified variable name PDOStatement::bindValue — Binds a value to a parameter PDOStatement::closeCursor — Closes the cursor, enabling the ...
-
PDOStatement — The PDOStatement class PDOStatement::bindColumn — Bind a column to a PHP variable PDOStatement::bindParam — Binds a parameter to the specified variable name PDOStatement::bindValue — Binds a value to a parameter
-
PDOStatement::bindValue - ManualPDO::prepare() - Prepares a statement for execution and returns a statement object PDOStatement::execute() - Executes a prepared statement PDOStatement::bindParam() - Binds a parameter to the specified variable name
-
PDOStatement::debugDumpParams - ManualPDO::prepare() - Prepares a statement for execution and returns a statement object PDOStatement::bindParam() - Binds a parameter to the specified variable name PDOStatement::bindValue() - Binds a value to a parameter
-
PDOStatement:: bindParam PDOStatement:: bindValue PDOStatement:: closeCursor PDOStatement:: columnCount PDOStatement:: debugDumpParams ... PDO::FETCH_ORI_REL, this value specifies the row to fetch relative to the cursor position before PDOStatement ...
-
This constant can be passed to PDOStatement::setAttribute, PDO::setAttribute, PDO::prepare, PDOStatement::bindColumn, and PDOStatement::bindParam. PDO::SQLSRV_ENCODING_UTF8 (integer) Specifies that data is sent/retrieved to/from the server ...
-
Sommaire PDOStatement::bindColumn — Lie une colonne à une variable PHP PDOStatement::bindParam — Lie un paramètre à un nom de variable spécifique PDOStatement::bindValue — Associe une valeur à un paramètre
-
PDO allows you to work with this large data type by using the PDO::PARAM_LOB type code in your PDOStatement::bindParam() or PDOStatement::bindColumn() calls. PDO::PARAM_LOB tells PDO to map the data as a stream, so that you can manipulate it using ...

Other forms of search
To search the string "pdostatement-bindparam" 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.
