摘要: update test set `name`='ni',id=LAST_INSERT_ID(id) where age=20; select LAST_INSERT_ID(); 阅读全文
posted @ 2021-04-21 19:12 祈愿仙帝 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Tcp.php<?php namespace server; use \Swoole\Coroutine\Channel; require_once 'Pdo.php'; class Tcp{ protected $number = 5; //数据包长度 protected $host = '0.0 阅读全文
posted @ 2021-04-21 19:03 祈愿仙帝 阅读(642) 评论(0) 推荐(0) 编辑