页首

摘要: PROLOG top NAME top SYNOPSIS top DESCRIPTION top OPTIONS top OPERANDS top STDIN top INPUT FILES top ENVIRONMENT VARIABLES top ASYNCHRONOUS EVENTS top 阅读全文
posted @ 2018-03-06 22:13 zhangrxiang 阅读(286) 评论(0) 推荐(0) 编辑
摘要: str_repeat (PHP 4, PHP 5, PHP 7) str_repeat — Repeat a string str_repeat — 重复一个字符串 Description Parameters input The string to be repeated. 待操作的字符串。 mu 阅读全文
posted @ 2018-03-06 22:02 zhangrxiang 阅读(720) 评论(0) 推荐(0) 编辑
摘要: str_pad (PHP 4 = 4.0.1, PHP 5, PHP 7) str_pad — Pad a string to a certain length with another string str_pad — 使用另一个字符串填充字符串为指定长度 Description Paramete 阅读全文
posted @ 2018-03-06 21:45 zhangrxiang 阅读(623) 评论(0) 推荐(0) 编辑
摘要: CRUD table sql create table if not exists ( int auto_increment, varchar(16) not null, int not null, varchar(128) not null, primary key ( ) )ENGINE=Inn 阅读全文
posted @ 2018-03-06 11:02 zhangrxiang 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Application programs should use this general outline for interacting with MySQL 1. Initialize the MySQL client library by calling . This function exis 阅读全文
posted @ 2018-03-06 11:01 zhangrxiang 阅读(208) 评论(0) 推荐(0) 编辑

页脚