¿ìËÙ¿ª·¢Ò»¸öPHPÀ©Õ¹
¿ìËÙ¿ª·¢Ò»¸öPHPÀ©Õ¹
±¾ÎÄͨ¹ý·Ç³£¿ìËٵķ½Ê½½²½âÁËÈçºÎÖÆ×÷Ò»¸öPHP 5.2 »·¾³µÄÀ©Õ¹£¨PHP Extension£©£¬Ï£ÍûÄܹ»ÔÚͼÎĵķ½Ê½ÏÂÈÃÏë¿ìËÙѧϰµÄÅóÓÑÁ˽âÒ»ÏÂÖÆ×÷¹ý³Ì¡£
ÐèÇ󣺱ÈÈ翪·¢Ò»¸ö½Ð×ö heiyeluren µÄÀ©Õ¹£¬À©Õ¹Àï¾ÍÒ»¸öº¯Êý heiyeluren_test()£¬ÊäÈëÒ»¸ö×Ö·û´®£¬º¯Êý·µ»Ø£ºYour input string: xxxxx¡£
ÒªÇó£ºÁ˽âC/C++±à³Ì£¬ÊìϤPHP±à³Ì
»·¾³£ºÏÂÔØÒ»·Ýphp¶ÔÓ¦°æ±¾µÄÔ´Â룬ÎÒÕâÀïÊÇ php-5.2.6£¬ÏÈÕý³£°²×°php£¬¼ÙÉèÎÒÃǵÄphp°²×°ÔÚ /usr/local/php Ŀ¼£¬Ô´ÂëÔÚ /root/soft/php/php-5.2.6/£¬ÏÖÔÚ¿ªÊ¼£¡
²½ÖèÒ»£ºÉú³ÉÀ©Õ¹¿ò¼Ü
cd /root/soft/php/php-5.2.6/ext
./ext_skel --extname=heiyeluren
cd /root/soft/php/php-5.2.6/ext/heiyeluren
vi config.m4
´ò¿ªÎļþºóÈ¥µô dnl £¬»ñµÃÏÂÃæµÄÐÅÏ¢£º
PHP_ARG_ENABLE(heiyeluren, whether to enable heiyeluren support,
[ --enable-heiyeluren Enable heiyeluren support])
±£´æÍ˳ö.
(ͼ01)
µÚ¶þ²½£º±àд´úÂë
vi php_heiyeluren.h
ÕÒµ½£ºPHP_FUNCTION(confirm_heiyeluren_compiled); £¬ÐÂÔöÒ»ÐУº
PHP_FUNCTION(heiyeluren_test);
±£´æÍ˳ö¡£
(ͼ02)
vi heiyeluren.c
Êý×éÀïÔö¼ÓÎÒÃǵĺ¯Êý£¬ÕÒµ½ zend_function_entry heiyeluren_functions[]£¬Ôö¼Ó£º
PHP_FE(heiyeluren, NULL)
(ͼ03)
ÔÙµ½ heiyeluren.c Îļþ×îºóÃæÔö¼ÓÈçÏ´úÂ룺
PHP_FUNCTION(heiyeluren_test)
{
char *arg = NULL;
int arg_len, len;
char *strg;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) {
return;
}
len = spprintf(&strg, 0, "Your input string: %s\n", arg);
RETURN_STRINGL(strg, len, 0);
}
±£´æÍ˳ö¡£
(ͼ04)
µÚÈý²½£º±àÒë°²×°
cd /root/soft/php/php-5.2.6/ext/heiyeluren
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make test
make install
ÏÖÔÚ¿´¿´ÊDz»ÊÇÓиö /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/heiyeluren.so
±à¼php.ini£¬°Ñ
Ïà¹ØÎĵµ£º
<?php
function checkMobile($str)
{
$pattern = "/^(13|15)\d{9}$/";
if (preg_match($pattern,$str))
{
Return true;
}
else
{
Return false;
}
}
$str = checkMobile("15800000001");
......
PS:ÎÒ½ñÌìÅäÖà ·þÎñÆ÷µÄʱºò³öÏÖµÄÎÊÌâ¾ÍÊÇÕâ¸ö£¬µ«ÊÇÕÕ×Å·½·¨¶¼×öÁË£¬Ñ¾µÄ¡£¡£»¹ÊÇûÓ㬼«¶ÈÓôÃÆËÀ¡£¡£°¥¡£¡£¡£ÎÒÒ²²»ÖªµÀʲôÔÒòÄØ¡£¡£¿ÉÄܵÄÔÒò¶¼ÕÒ¹ýÁË¡£¡£ÓôÃÆ°¡`~
apache2+mysql+php5+phpmyadminÅäÖÃÎÊÌ⣺ÎÞ·¨¼ÓÈëmysqlÀ©Õ¹£¬Çë¼ì²éphpÅäÖÃ...
°²×°Íêapache2+mysql+php5ºó£¬°²×°phpmyadmin²¢ÅäÖúÃÒÔºó£¬ÔÚä¯À ......
MYSQLÖÐÖ»ÓÐINNODBºÍBDBÀàÐ͵ÄÊý¾Ý±í²ÅÄÜÖ§³ÖÊÂÎñ´¦Àí£¡ÆäËûµÄÀàÐÍÊDz»Ö§³ÖµÄ£¡
$lnk = mysql_connect("localhost", "root", "");
mysql_select_db("test");
mysql_query("BEGIN");
$query = mysql_query("INSERT INTO test VALUES(1, 'yangjun')&quo ......
php°æ£º
<?php
$cookie_file = fopen('cookie.txt','w');//dirname(__FILE__)."/cookie_".md5(basename(__FILE__)).".txt"; // ÉèÖÃCookieÎļþ±£´æ·¾¶¼°ÎļþÃû
function vlogin($url,$data){ // Ä£ÄâµÇ¼»ñÈ¡Cookieº¯Êý
$curl = curl_init(); // Æô¶¯Ò»¸öCURL»á»°
curl_setopt($cur ......
<?php
/*
* Created on 2008-10-25
*
* developer by Alex.do QQ:20779512
* PHP 5.0
*/
class mdbClass {
var $dbPath = 'database/#123123#.mdb'; //Êý¾Ý¿â·¾¶
var $tabName; & ......