|
ovrimos_prepare(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5) ovrimos_prepare — Prepares an SQL statement Описание
int ovrimos_prepare
( int $connection_id
, string $query
)
Prepares an SQL statement. Список параметров
Возвращаемые значенияReturns a result identifier on success, or FALSE on error. Примеры
Пример #1 ovrimos_prepare() Example
<?php |
|