
使用php測(cè)試硬盤寫入速度示例
復(fù)制代碼 代碼如下:<?phpset_time_limit(0);$str = str_pad($str, 512, "0");$file = fopen("./temp","a+");$i = 0;$bytes = 1000000000;$mygabyte = $bytes/1000000;echo "test start. waiting ...";$starttime =...
|
復(fù)制代碼 代碼如下:<?phpset_time_limit(0);$str = str_pad($str, 512, "0");$file = fopen("./temp","a+");$i = 0;$bytes = 1000000000;$mygabyte = $bytes/1000000;echo "test start. waiting ...";$starttime =...
復(fù)制代碼 代碼如下: <span style=" font-family: Verdana, Arial, Helvetica, sans-serif; word-wrap: normal; word-break: normal; line-height: 19.5px;"><span style="word-wrap:normal; word-break:normal; line...
1,首先你必須生成二維碼具體代碼如下: 復(fù)制代碼 代碼如下: class QRCode{ public $w; public $h; public $s; function __construct($w1,$h1,$s1){ $this->w = $w1; $this->h = $h1; $this->s = $s1; $this->outimgase(...
復(fù)制代碼 代碼如下:<?php //require_once('FirePHPCore/FirePHP.class.php'); //$firephp = FirePHP::getInstance(true); // debugger in firefox class SimpleDao { private $_table = null;...
背景
還是學(xué)院和專業(yè)的關(guān)系,我需要保持點(diǎn)擊提交按鈕后,頁(yè)面select中繼續(xù)維持提交前的值
網(wǎng)上有幾種辦法,要么通過(guò)url跳轉(zhuǎn)時(shí)候附帶參數(shù)形式傳回頁(yè)面,或者提交時(shí)候講select的值保存在cookie中,提交后再把cookie中的值填...
php 啟動(dòng)報(bào)錯(cuò) 復(fù)制代碼 代碼如下: [root@abc lnmp]# service php-fpm start Starting php-fpm eAccelerator: Could not allocate 67108864 bytes, the maximum size the kernel allows is 33554432 bytes. Lower the...
最近寫PHP里面的查詢經(jīng)常會(huì)遇到source #4或者source#5這樣的問(wèn)題,也就是通過(guò)mysql_query($sql1)進(jìn)行一段查詢的操作,返回的結(jié)果不是想要的字段而是source,去網(wǎng)上查了一些資料都說(shuō)是什么‘資源'的問(wèn)題,雖然對(duì)于出現(xiàn)這種情...
復(fù)制代碼 代碼如下: <?php $arr = array( 1=>"11", 2=>"22", 3=>"33", 4=>"" ); print_r(count(array_filter($arr))); ?>...
按位與主要是對(duì)二進(jìn)制數(shù)操作。
代碼如下: 復(fù)制代碼 代碼如下: <?php $a = 1; $b = 2; $c = $a^b; echo $c // 3 ?> 這里不是單純的相加關(guān)系 十進(jìn)制 1換算成二進(jìn)制 00000001 十進(jìn)制 2換算成二進(jìn)制 00000010 按位^ 0...
好多次筆試都會(huì)遇到這個(gè)問(wèn)題,所以特意給寫了出來(lái) 復(fù)制代碼 代碼如下: function my_scandir($dir){ $files=array(); if(is_dir($dir)){ if($handle=opendir($dir)){ while(($file=readdir($handle))!==false){ if($fil...
復(fù)制代碼 代碼如下: if(preg_match("/[ '.,:;*?~`!@#$%^&+=)(<>{}]|/]|/[|//|///|/"|/|/",$user)){ echo '不要在名字里面整些特殊符號(hào),請(qǐng)只使用字母、數(shù)字和漢字,當(dāng)然要你的瀏覽器要選簡(jiǎn)體中文GB2312喲,千萬(wàn)不要選繁體...
這個(gè)很早就有了,比php自帶的var_dump好用多了。 復(fù)制代碼 代碼如下: function dump($vars, $label = '', $return = false) { if (ini_get('html_errors')) { $content = "<pre>/n"; if ($label != '') { $content .=...
$_FILES['file']['error']值
UPLOAD_ERR_OK: 0 //正常,上傳成功
UPLOAD_ERR_INI_SIZE: 1 //上傳文件大小超過(guò)服務(wù)器允許上傳的最大值,php.ini中設(shè)置upload_max_filesize選項(xiàng)限制的值
UPLOAD_ERR_FORM_SIZE: 2 //...
復(fù)制代碼 代碼如下:<?php $id = "http://www.jb51.net";$token = encrypt($id, 'E', 'jb51');echo '加密:'.encrypt($id, 'E', 'jb51');echo '<br />';echo '解密:'.encrypt($token, 'D...
現(xiàn)代編程語(yǔ)言中的基本元素主要有:變量,流程控制接口,函數(shù)等等。我能否不使用變量來(lái)編寫程序呢? 這顯然是可以的,例如:復(fù)制代碼 代碼如下:<?php echo "Hello AndHM";?>這個(gè)程序很簡(jiǎn)單,輸出一個(gè)字符串內(nèi)容。
就和我們僅僅...
先回答前面一節(jié)的那個(gè)問(wèn)題吧。復(fù)制代碼 代碼如下:<?php $foo = 10; $bar = 20;
function change() { global $foo; //echo '函數(shù)內(nèi)部$foo = '.$foo.'<br />'; //如果不把$bar定義為g...
PHP中使用最為頻繁的數(shù)據(jù)類型非字符串和數(shù)組莫屬,PHP比較容易上手也得益于非常靈活的數(shù)組類型。 在開(kāi)始詳細(xì)介紹這些數(shù)據(jù)類型之前有必要介紹一下哈希表(HashTable)。 哈希表是PHP實(shí)現(xiàn)中尤為關(guān)鍵的數(shù)據(jù)結(jié)構(gòu)。哈希表在實(shí)...
bufferbuffer是一個(gè)內(nèi)存地址空間,Linux系統(tǒng)默認(rèn)大小一般為4096(4kb),即一個(gè)內(nèi)存頁(yè)。主要用于存儲(chǔ)速度不同步的設(shè)備或者優(yōu)先級(jí)不同的設(shè)備之間傳辦理數(shù)據(jù)的區(qū)域。通過(guò)buffer,可以使進(jìn)程這間的相互等待變少。這里說(shuō)一個(gè)通...
復(fù)制代碼 代碼如下:<?php /** * HOST: components.arrow.com */ //set_time_limit(0); // base function function curl_get($url, $data = array(), $header = array(), $timeout = 15, $port = 80, $reffer = '', $...
復(fù)制代碼 代碼如下:<?php/** * HOST: www.icbase.com *///set_time_limit(0);// base functionfunction curl_get($url, $data = array(), $header = array(), $timeout = 15, $port = 80, $reffer = '', $proxy = ''...
2014馬上過(guò)年倒計(jì)時(shí)小程序復(fù)制代碼 代碼如下:<?php$zero1=strtotime (date(“y-m-d h:i:s”)); //當(dāng)前時(shí)間$zero2=strtotime (“2014-1-31 24:00:00′); //過(guò)年時(shí)間$guonian=ceil(($zero2-$zero1)/86400); //60s*60m...
在 a.php 中以 POST 方式向 b.php 提交數(shù)據(jù),但是 b.php 下就是無(wú)法接收到數(shù)據(jù),而 CURL 操作又顯示成功,非常詭異。原來(lái),“傳遞一個(gè)數(shù)組到CURLOPT_POSTFIELDS,cURL會(huì)把數(shù)據(jù)編碼成 multipart/form-data,而然傳遞一個(gè)URL-encod...
復(fù)制代碼 代碼如下:<?php$zero1=date(“y-m-d h:i:s”);$zero2=”2010-11-29 21:07:00′;echo “zero1的時(shí)間為:”.$zero1.”<br>”;echo “zero2的時(shí)間為:”.$zero2.”<br>”;if(strtotime($zero1)<strtotime($zero2))...
使用圖形顯示Ip,文件 sunip.php 復(fù)制代碼 代碼如下:<?php header("Content-type: image/gif"); $im = imagecreate(130,15); $background_color = ImageColorAllocate ($im, 255, 255, 255); unset($ip); if($_SERVER[...
在寫注冊(cè)系統(tǒng)時(shí),如果要檢查用戶名是否存在,php可以這樣寫: 復(fù)制代碼 代碼如下: $username=$_REQUEST['username']; $password=$_REQUEST['password']; echo "<br/>excute the insertUserInfo"; $con=mysqli_connect("loc...