14fetchmode_object.phpt

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHPT 代码 · 共 25 行

PHPT
25
字号
--TEST--DB_driver::fetchmode object--INI--error_reporting = 2047--SKIPIF--<?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?>--FILE--<?phprequire_once './mktable.inc';require_once '../fetchmode_object.inc';?>--EXPECT----- fetch with param DB_FETCHMODE_OBJECT ---stdclass -> a b c dstdclass -> a b c d--- fetch with default fetchmode DB_FETCHMODE_OBJECT ---stdclass -> a b c dstdclass -> a b c d--- fetch with default fetchmode DB_FETCHMODE_OBJECT and class DB_row ---db_row -> a b c ddb_row -> a b c d--- fetch with default fetchmode DB_FETCHMODE_OBJECT with no class then DB_row ---stdclass -> a b c ddb_row -> a b c d

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?