|
PHP5中文手册
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. 范例
Example#1 ovrimos_prepare() Example
<?php |