代码搜索:mysqli
找到约 882 项符合「mysqli」的源代码
代码结果 882
www.eeworm.com/read/333502/3385429
phpt mysqli_class_mysqli_interface.phpt
--TEST--
Interface of the class mysqli
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385742
phpt mysqli_class_mysqli_interface.phpt
--TEST--
Interface of the class mysqli
--SKIPIF--
--FILE--
www.eeworm.com/read/342126/12040421
d mysqli.d
include/MySQLi.d include/MySQLi.o: ../include/MySQLi.cpp \
../include/MySQLi.h ../include/MySQLi_Result.h
../include/MySQLi.h:
../include/MySQLi_Result.h:
www.eeworm.com/read/333502/3385496
phpt mysqli_class_mysqli_result_interface.phpt
--TEST--
Interface of the class mysqli
--SKIPIF--
--FILE--
www.eeworm.com/read/333502/3385809
phpt mysqli_class_mysqli_result_interface.phpt
--TEST--
Interface of the class mysqli
--SKIPIF--
--FILE--
www.eeworm.com/read/342126/12040380
cpp mysqli.cpp
#include "MySQLi.h"
MySQLi::MySQLi(std::string hostname, std::string username, std::string password, std::string dbname, unsigned int port=3306)
{
this->m_hostname = hostname;
this->m_username
www.eeworm.com/read/342126/12040396
h mysqli.h
#ifndef MYSQLI_H_
#define MYSQLI_H_
#include "MySQLi_Result.h"
#include
#include
#include
class MySQLi
{
public:
MySQLi(std::string hostname, std::string usernam
www.eeworm.com/read/342126/12040425