1 Star 0 Fork 0

张丽宾/socket及时通信

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
text.php 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
zhanglbin 提交于 2018-05-02 23:46 . socket
<?php
// echo"<script>";
// echo' var testjson = {
// fruit: [
// { apple: "苹果" },
// { banana: "香蕉" }
// ]
// };';
// echo"alert(testjson['fruit'].apple);";
// echo"</script>";
// set_time_limit(0);
// echo "<meta charset='utf-8'>";
// $con=mysql_connect('localhost','root','root');
// $a=mysql_select_db('ceshi',$con);
// $username='zhang';
// $password=rand(100000,999999);
// $job='IT';
// $grade='二班';
// $typd="qwetrt";
// $sql="insert into `ceshi` (username,sex,password,job,grade,typd) values('".$username."',1,'".$password."','".$job."','".$grade."','".$typd."')";
// for($i=1;$i<=1000000;$i++){
// $sql="insert into `ceshi` (username,sex,password,job,grade,typd) values('".$username.$i."',1,'".$password.$i."','".$job.$i."','".$grade.$i."','".$typd.$i."')";
// mysql_query($sql);
// }
//
// $sql="select * from ceshi";
// $result=mysql_query($sql);
// while($row=mysql_fetch_array($result)){
// echo $row['id']."**".$row['username']."<br>";
// }
// print(2);
// echo print(2)+'3'.'2';
// $time='2017-10-05';
// echo date('Y-m-10',strtotime(' 1 month',strtotime($time)));
$a="<img src='' class='adada'>";
$b=preg_replace('/\img/i','ss', $a);
echo $b;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhanglibin/socket_timely_communication.git
git@gitee.com:zhanglibin/socket_timely_communication.git
zhanglibin
socket_timely_communication
socket及时通信
master

搜索帮助