<?php defined('ACC')||exit('Access Denied'); // 封裝mysql操作類,包括連接功能,及查詢功能. class mysql extends absdb{ protected static $ins = null; protected $host; // 主機(jī)名 protected $user; // 用戶名 protected $passwd; // 密碼 protected $db; // 數(shù)據(jù)庫名 protected $port; // 端口 protected $conn = null; // 在內(nèi)部操作,獲得一個(gè)對(duì)象 public static function getIns() { if(self::$ins === null) { self::$ins = new self(); } $conf = conf::getIns(); self::$ins->host = $conf->host; self::$ins->user = $conf->user; self::$ins->passwd = $conf->pwd; self::$ins->db = $conf->db; self::$ins->port = $conf->port; self::$ins->connect(); self::$ins->select_db(); self::$ins->setChar(); return self::$ins; } // 不讓外部做new操作, protected function __construct() { } // 連接數(shù)據(jù)庫 public function connect() { $this->conn = @mysql_connect($this->host,$this->user,$this->passwd,$this->port); if(!$this->conn) { $error = new Exception('數(shù)據(jù)庫連不上',9); throw $error; } } // 發(fā)送sql查詢 public function query($sql) { $rs = mysql_query($sql,$this->conn); if(!$rs) { log::write($sql); } return $rs; }
mysql? ??? ??? ??? PHP ??????. ??? ???? ????? ???? ???.
? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn
?? ??

26 Mar 2025
? ??? & lt; thread & gt; ???, ?? ? ??? ?? ??. ?? ??? ??????? ?? ??? ???? ??? ?????.

24 Feb 2025
iOS 18.1, iPados 18.1 ? MacOS 15.1 Sequoia? ??? ????? ?????. Siri? ??? ?? ??? ??????. ?, ? ??? ?? ???? ???? Siri? ?? ? ? ????. ???, ??? ? ?? ???? ?? ????? ?? ??????. Siri? ??? ?? ??? ? ? ?? ???? ???? ??? ??? ??? ??? ??? ?? ?????. ?? Apple? ??? ??? ???? ?? ?? ???? ????. ??? ?? ??? Siri ??? ??? Chatgpt ?? ??? ???? ?? ?? ??? ????? ( "Apple Intel"???? ??? ? ????.

20 Apr 2025
??? JavaScript?? ?????. ??? ??? ??? ?? ?? ???? ??? ??? (?? FN ? ??)? ???? ?? (ha!) ??? ??? ?? ??????.

05 Apr 2025
???? ??? ???? ????? ????? "??? ????"???? ???? 10 ?? ?? ??? ?? ? ????. ??? ?? ??? ?? ??? ????. 1. ??? ??

01 Nov 2024
Go? ??? ?? ??? ???? ? ????? Go? ??? LMS(????? ?? ???)? ???? ?? ??, ??? ?? ? ?? ?? ??? ?????. ????? ??? ?? ??

28 Sep 2024
cmhtml.dll? ? ????? ??? ?? ???? ???? ??? ? ??? ?? ?? ????. cmhtml.dll? ?? ???? ????? ???? ??? ??????? ?????. ???? ?? ????? ?? ???? ???? ????


??? ??

??? ?? ????? PHP ?????
??? ?? ????? PHP ?????

50?? ??? ??? PHP ???? ??
??? PHP ????, ??? ????? ??? ???? ?????

??? ???? ?? ?? PHP ?????
??? ???? ?? ?? PHP ?????
