如何在lnmp环境下安装pecl_redis扩展并解决编译错误?
cc -I. -I/tmp/redis-6.1.0 -I/tmp/redis-6.1.0/include -I/tmp/redis-6.1.0/main -I/tmp/redis-6.1.0 -I/usr/local/php-generic-8.2/include/php -I/usr/local/php-generic-8.2/include/php/main -I/usr/local/php-generic-8.2/include/php/TSRM -I/usr/local/php-generic-8.2/include/php/Zend -I/usr/local/php-gener...
795 阅读
$str = 'qwefqwe<coordinates>1.2,3.4,5 6</coordinates>';
preg_match("/<coordinates>[sS]{1,}</coordinates>/", $str, $mac);
var_dump($mac);
preg_match_all("/[d]+(.[d]+)?/", $mac[0], $matches);
var_dump($matches);