Merge branch 'master' of ssh://git.qgmzbxs.com:23333/q792602257/qlg.backend into test

the commit.
This commit is contained in:
Your Name
2020-06-10 13:21:39 +08:00

View File

@ -1,9 +1,9 @@
<?php <?php
$mem = new memcache(); $mem = new memcache();
if($mem->connect('127.0.0.1',11211)){ if($mem->connect('127.0.0.1',11211)){
var_dump( $mem->get('333')); var_dump( $mem->get('333'));
} }
$a=["2123213","11"]; $a=["2123213","11"];
list($ip,$port) = $a; list($ip,$port) = $a;//sdasdasdasdasdsa
echo $port; echo $port;