array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'mysql-xdevapi-sqlstatement.execute.php', 1 => 'SqlStatement::execute', 2 => 'Execute the operation', ), 'up' => array ( 0 => 'class.mysql-xdevapi-sqlstatement.php', 1 => 'mysql_xdevapi\\SqlStatement', ), 'prev' => array ( 0 => 'mysql-xdevapi-sqlstatement.construct.php', 1 => 'SqlStatement::__construct', ), 'next' => array ( 0 => 'mysql-xdevapi-sqlstatement.getnextresult.php', 1 => 'SqlStatement::getNextResult', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mysql_xdevapi/mysql_xdevapi/sqlstatement/execute.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SqlStatement::execute

(No version information available, might only be in Git)

SqlStatement::executeExecute the operation

Опис

public mysql_xdevapi\SqlStatement::execute(): mysql_xdevapi\Result

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Приклади

Приклад #1 mysql_xdevapi\SqlStatement::execute() example

<?php

/* ... */

?>