摘要:
update test set `name`='ni',id=LAST_INSERT_ID(id) where age=20; select LAST_INSERT_ID(); 阅读全文
摘要:
Tcp.php<?php namespace server; use \Swoole\Coroutine\Channel; require_once 'Pdo.php'; class Tcp{ protected $number = 5; //数据包长度 protected $host = '0.0 阅读全文