php – common 常用class

下載位置(右鍵->另存連結為): 下載點1

<?php
//read write INI
$ini = new INIFile($ini_path);
$text = $ini->readINI("section","key");
$ini->writeINI("section","key","value");

//socket connect
$common = new common();
$sendData = "data";
$returnResult = $common->socket_connect("ip","port",$sendData);

?>

開始在上面輸入您的搜索詞,然後按回車進行搜索。按ESC取消。

返回頂部