Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Mysql_xdevapi
ΠΡΡΡΠΏ
ΠΡΡΠ°Π½ΠΎΠ²Π»Π΅Π½Π½Ρ/Π½Π°Π»Π°ΡΡΡΠ²Π°Π½Π½Ρ
ΠΠΈΠΌΠΎΠ³ΠΈ
ΠΡΡΠ°Π½ΠΎΠ²Π»Π΅Π½Π½Ρ
ΠΠ°Π»Π°ΡΡΡΠ²Π°Π½Π½Ρ ΠΏΡΠ΄ ΡΠ°Ρ Π²ΠΈΠΊΠΎΠ½Π°Π½Π½Ρ
Building / Compiling From Source
ΠΠΎΠΏΠ΅ΡΠ΅Π΄Π½ΡΠΎ Π²ΠΈΠ·Π½Π°ΡΠ΅Π½Ρ ΠΊΠΎΠ½ΡΡΠ°Π½ΡΠΈ
ΠΡΡΠ½Π°Π» Π·ΠΌΡΠ½
ΠΡΠΈΠΊΠ»Π°Π΄ΠΈ
Mysql_xdevapi Π€ΡΠ½ΠΊΡΡΡ
expression
β Bind prepared statement variables as parameters
getSession
β Connect to a MySQL server
mysql_xdevapi\BaseResult
β BaseResult interface
BaseResult::getWarnings
β Fetch warnings from last operation
BaseResult::getWarningsCount
β Fetch warning count from last operation
mysql_xdevapi\Client
β Client class
mysql_xdevapi\Client::close
β Close client
Client::__construct
β Client constructor
Client::getClient
β Get client session
mysql_xdevapi\Collection
β Collection class
Collection::add
β Add collection document
Collection::addOrReplaceOne
β Add or replace collection document
Collection::__construct
β Collection constructor
Collection::count
β Get document count
Collection::createIndex
β Create collection index
Collection::dropIndex
β Drop collection index
Collection::existsInDatabase
β Check if collection exists in database
Collection::find
β Search for document
Collection::getName
β Get collection name
Collection::getOne
β Get one document
Collection::getSchema
β Get schema object
Collection::getSession
β Get session object
Collection::modify
β Modify collection documents
Collection::remove
β Remove collection documents
Collection::removeOne
β Remove one collection document
Collection::replaceOne
β Replace one collection document
mysql_xdevapi\CollectionAdd
β CollectionAdd class
CollectionAdd::__construct
β CollectionAdd constructor
CollectionAdd::execute
β Execute the statement
mysql_xdevapi\CollectionFind
β CollectionFind class
CollectionFind::bind
β Bind value to query placeholder
CollectionFind::__construct
β CollectionFind constructor
CollectionFind::execute
β Execute the statement
CollectionFind::fields
β Set document field filter
CollectionFind::groupBy
β Set grouping criteria
CollectionFind::having
β Set condition for aggregate functions
CollectionFind::limit
β Limit number of returned documents
CollectionFind::lockExclusive
β Execute operation with EXCLUSIVE LOCK
CollectionFind::lockShared
β Execute operation with SHARED LOCK
CollectionFind::offset
β Skip given number of elements to be returned
CollectionFind::sort
β Set the sorting criteria
mysql_xdevapi\CollectionModify
β CollectionModify class
CollectionModify::arrayAppend
β Append element to an array field
CollectionModify::arrayInsert
β Insert element into an array field
CollectionModify::bind
β Bind value to query placeholder
CollectionModify::__construct
β CollectionModify constructor
CollectionModify::execute
β Execute modify operation
CollectionModify::limit
β Limit number of modified documents
CollectionModify::patch
β Patch document
CollectionModify::replace
β Replace document field
CollectionModify::set
β Set document attribute
CollectionModify::skip
β Skip elements
CollectionModify::sort
β Set the sorting criteria
CollectionModify::unset
β Unset the value of document fields
mysql_xdevapi\CollectionRemove
β CollectionRemove class
CollectionRemove::bind
β Bind value to placeholder
CollectionRemove::__construct
β CollectionRemove constructor
CollectionRemove::execute
β Execute remove operation
CollectionRemove::limit
β Limit number of documents to remove
CollectionRemove::sort
β Set the sorting criteria
mysql_xdevapi\ColumnResult
β ColumnResult class
ColumnResult::__construct
β ColumnResult constructor
ColumnResult::getCharacterSetName
β Get character set
ColumnResult::getCollationName
β Get collation name
ColumnResult::getColumnLabel
β Get column label
ColumnResult::getColumnName
β Get column name
ColumnResult::getFractionalDigits
β Get fractional digit length
ColumnResult::getLength
β Get column field length
ColumnResult::getSchemaName
β Get schema name
ColumnResult::getTableLabel
β Get table label
ColumnResult::getTableName
β Get table name
ColumnResult::getType
β Get column type
ColumnResult::isNumberSigned
β Check if signed type
ColumnResult::isPadded
β Check if padded
mysql_xdevapi\CrudOperationBindable
β CrudOperationBindable interface
CrudOperationBindable::bind
β Bind value to placeholder
mysql_xdevapi\CrudOperationLimitable
β CrudOperationLimitable interface
CrudOperationLimitable::limit
β Set result limit
mysql_xdevapi\CrudOperationSkippable
β CrudOperationSkippable interface
CrudOperationSkippable::skip
β Number of operations to skip
mysql_xdevapi\CrudOperationSortable
β CrudOperationSortable interface
CrudOperationSortable::sort
β Sort results
mysql_xdevapi\DatabaseObject
β DatabaseObject interface
DatabaseObject::existsInDatabase
β Check if object exists in database
DatabaseObject::getName
β Get object name
DatabaseObject::getSession
β Get session name
mysql_xdevapi\DocResult
β DocResult class
DocResult::__construct
β DocResult constructor
DocResult::fetchAll
β Get all rows
DocResult::fetchOne
β Get one row
DocResult::getWarnings
β Get warnings from last operation
DocResult::getWarningsCount
β Get warning count from last operation
mysql_xdevapi\Exception
β Exception class
mysql_xdevapi\Executable
β Executable interface
Executable::execute
β Execute statement
mysql_xdevapi\ExecutionStatus
β ExecutionStatus class
ExecutionStatus::__construct
β ExecutionStatus constructor
mysql_xdevapi\Expression
β Expression class
Expression::__construct
β Expression constructor
mysql_xdevapi\Result
β Result class
Result::__construct
β Result constructor
Result::getAffectedItemsCount
β Get affected row count
Result::getAutoIncrementValue
β Get autoincremented value
Result::getGeneratedIds
β Get generated ids
Result::getWarnings
β Get warnings from last operation
Result::getWarningsCount
β Get warning count from last operation
mysql_xdevapi\RowResult
β RowResult class
RowResult::__construct
β RowResult constructor
RowResult::fetchAll
β Get all rows from result
RowResult::fetchOne
β Get row from result
RowResult::getColumnsCount
β Get column count
RowResult::getColumnNames
β Get all column names
RowResult::getColumns
β Get column metadata
RowResult::getWarnings
β Get warnings from last operation
RowResult::getWarningsCount
β Get warning count from last operation
mysql_xdevapi\Schema
β Schema class
Schema::__construct
β Schema constructor
Schema::createCollection
β Add collection to schema
Schema::dropCollection
β Drop collection from schema
Schema::existsInDatabase
β Check if exists in database
Schema::getCollection
β Get collection from schema
Schema::getCollectionAsTable
β Get collection as a Table object
Schema::getCollections
β Get all schema collections
Schema::getName
β Get schema name
Schema::getSession
β Get schema session
Schema::getTable
β Get schema table
Schema::getTables
β Get schema tables
mysql_xdevapi\SchemaObject
β SchemaObject interface
SchemaObject::getSchema
β Get schema object
mysql_xdevapi\Session
β Session class
Session::close
β Close session
Session::commit
β Commit transaction
Session::__construct
β Description constructor
Session::createSchema
β Create new schema
Session::dropSchema
β Drop a schema
Session::generateUUID
β Get new UUID
Session::getDefaultSchema
β Get default schema name
Session::getSchema
β Get a new schema object
Session::getSchemas
β Get the schemas
Session::getServerVersion
β Get server version
Session::listClients
β Get client list
Session::quoteName
β Add quotes
Session::releaseSavepoint
β Release set savepoint
Session::rollback
β Rollback transaction
Session::rollbackTo
β Rollback transaction to savepoint
Session::setSavepoint
β Create savepoint
Session::sql
β Create SQL query
Session::startTransaction
β Start transaction
mysql_xdevapi\SqlStatement
β SqlStatement class
SqlStatement::bind
β Bind statement parameters
SqlStatement::__construct
β Description constructor
SqlStatement::execute
β Execute the operation
SqlStatement::getNextResult
β Get next result
SqlStatement::getResult
β Get result
SqlStatement::hasMoreResults
β Check for more results
mysql_xdevapi\SqlStatementResult
β SqlStatementResult class
SqlStatementResult::__construct
β Description constructor
SqlStatementResult::fetchAll
β Get all rows from result
SqlStatementResult::fetchOne
β Get single row
SqlStatementResult::getAffectedItemsCount
β Get affected row count
SqlStatementResult::getColumnsCount
β Get column count
SqlStatementResult::getColumnNames
β Get column names
SqlStatementResult::getColumns
β Get columns
SqlStatementResult::getGeneratedIds
β Get generated ids
SqlStatementResult::getLastInsertId
β Get last insert id
SqlStatementResult::getWarnings
β Get warnings from last operation
SqlStatementResult::getWarningsCount
β Get warning count from last operation
SqlStatementResult::hasData
β Check if result has data
SqlStatementResult::nextResult
β Get next result
mysql_xdevapi\Statement
β Statement class
Statement::__construct
β Description constructor
Statement::getNextResult
β Get next result
Statement::getResult
β Get result
Statement::hasMoreResults
β Check if more results
mysql_xdevapi\Table
β Table class
Table::__construct
β Table constructor
Table::count
β Get row count
Table::delete
β Delete rows from table
Table::existsInDatabase
β Check if table exists in database
Table::getName
β Get table name
Table::getSchema
β Get table schema
Table::getSession
β Get table session
Table::insert
β Insert table rows
Table::isView
β Check if table is view
Table::select
β Select rows from table
Table::update
β Update rows in table
mysql_xdevapi\TableDelete
β TableDelete class
TableDelete::bind
β Bind delete query parameters
TableDelete::__construct
β TableDelete constructor
TableDelete::execute
β Execute delete query
TableDelete::limit
β Limit deleted rows
TableDelete::orderby
β Set delete sort criteria
TableDelete::where
β Set delete search condition
mysql_xdevapi\TableInsert
β TableInsert class
TableInsert::__construct
β TableInsert constructor
TableInsert::execute
β Execute insert query
TableInsert::values
β Add insert row values
mysql_xdevapi\TableSelect
β TableSelect class
TableSelect::bind
β Bind select query parameters
TableSelect::__construct
β TableSelect constructor
TableSelect::execute
β Execute select statement
TableSelect::groupBy
β Set select grouping criteria
TableSelect::having
β Set select having condition
TableSelect::limit
β Limit selected rows
TableSelect::lockExclusive
β Execute EXCLUSIVE LOCK
TableSelect::lockShared
β Execute SHARED LOCK
TableSelect::offset
β Set limit offset
TableSelect::orderby
β Set select sort criteria
TableSelect::where
β Set select search condition
mysql_xdevapi\TableUpdate
β TableUpdate class
TableUpdate::bind
β Bind update query parameters
TableUpdate::__construct
β TableUpdate constructor
TableUpdate::execute
β Execute update query
TableUpdate::limit
β Limit update row count
TableUpdate::orderby
β Set sorting criteria
TableUpdate::set
β Add field to be updated
TableUpdate::where
β Set search filter
mysql_xdevapi\Warning
β Warning class
Warning::__construct
β Warning constructor
Found A Problem?
Learn How To Improve This Page
β’
Submit a Pull Request
β’
Report a Bug
οΌ
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^