PHP-基础
- 介绍
- 本地环境安装
- 安装 WNMP 环境
- 代码编辑器选择
- 语法
- 变量与常量
- 常见输出函数
- 数据类型之四种标量类型
- 数据类型之三种复合类型
- 数据类型之两种特殊类型
- Operators:运算符
- 流程控制:条件判断语句
- 流程控制:循环语句
- 流程控制:中止语句
- 函数
- 类和对象:基本概念
- 类和对象:类结构
- 类和对象:面向对象
- 类和对象:三种特殊类
- 类和对象
- 类和对象:Trait
- 类和对象:魔术方法
- 命名空间
- 【实战】PHP表单
PHP-函数
-
String
- addcslashes()
- addslashes()
- bin2hex()
- chop()
- chr()
- chunk_split()
- convert_cyr_string()
- convert_uudecode()
- convert_uuencode()
- count_chars()
- crc32()
- crypt()
- echo
- explode()
- fprintf()
- get_html_translation_table()
- hebrev()
- hebrevc()
- hex2bin()
- htmlentities()
- htmlspecialchars()
- htmlspecialchars_decode()
- html_entity_decode()
- implode()
- join()
- lcfirst()
- levenshtein()
- localeconv()
- ltrim()
- md5()
- md5_file()
- metaphone()
- money_format()
- nl2br()
- nl_langinfo()
- number_format()
- ord()
- parse_str()
- printf
- quoted_printable_decode()
- quoted_printable_encode()
- quotemeta()
- rtrim()
- setlocale()
- sha1()
- sha1_file()
- similar_text()
- soundex()
- sprintf()
- sscanf()
- strcasecmp()
- strchr()
- strcmp()
- strcoll()
- strcspn()
- stripcslashes()
- stripos()
- stripslashes()
- strip_tags()
- stristr()
- strlen()
- strnatcasecmp()
- strnatcmp()
- strncasecmp()
- strncmp()
- strpbrk()
- strpos()
- strrchr()
- strrev()
- strripos()
- strrpos()
- strspn()
- strstr()
- strtok()
- strtolower()
- strtoupper()
- strtr()
- str_getcsv()
- str_ireplace()
- str_pad()
- str_repeat()
- str_replace()
- str_rot13()
- str_shuffle()
- str_split()
- str_word_count()
- substr()
- substr_compare()
- substr_count()
- substr_replace()
- trim()
- ucfirst()
- ucwords()
- vfprintf()
- vprintf()
- vsprintf()
- wordwrap()
-
Array
- array()
- array_change_key_case()
- array_chunk()
- array_column()
- array_combine()
- array_count_values()
- array_diff()
- array_diff_assoc()
- array_diff_key()
- array_diff_uassoc()
- array_diff_ukey()
- array_fill()
- array_fill_keys()
- array_filter()
- array_flip()
- array_intersect()
- array_intersect_assoc()
- array_intersect_key()
- array_intersect_uassoc()
- array_intersect_ukey()
- array_keys()
- array_key_exists()
- array_key_first()
- array_key_last()
- array_map()
- array_merge()
- array_merge_recursive()
- array_multisort()
- array_pad()
- array_pop()
- array_product()
- array_push()
- array_rand()
- array_reduce()
- array_replace()
- array_replace_recursive()
- array_reverse()
- array_search()
- array_shift()
- array_slice()
- array_splice()
- array_sum()
- array_udiff()
- array_udiff_assoc()
- array_udiff_uassoc()
- array_uintersect()
- array_uintersect_assoc()
- array_uintersect_uassoc()
- array_unique()
- array_unshift()
- array_values()
- array_walk()
- array_walk_recursive()
- arsort()
- asort()
- compact()
- count()
- current()
- each()
- end()
- extract()
- in_array()
- key()
- key_exists()
- krsort()
- ksort()
- list()
- natcasesort()
- natsort()
- next()
- pos()
- prev()
- range()
- reset()
- rsort()
- shuffle()
- sizeof()
- sort()
- uasort()
- uksort()
- usort()
-
File
- basename()
- chgrp()
- chmod()
- chown()
- clearstatcache()
- copy()
- dirname()
- diskfreespace()
- disk_free_space()
- disk_total_space()
- fclose()
- feof()
- fflush()
- fgetc()
- fgetcsv()
- fgets()
- fgetss()
- file()
- fileatime()
- filectime()
- filegroup()
- fileinode()
- filemtime()
- fileowner()
- fileperms()
- filesize()
- filetype()
- file_exists()
- file_get_contents()
- file_put_contents()
- flock()
- fnmatch()
- fopen()
- fpassthru()
- fputcsv()
- fputs()
- fread()
- fscanf()
- fseek()
- fstat()
- ftell()
- ftruncate()
- fwrite()
- glob()
- is_dir()
- is_executable()
- is_file()
- is_link()
- is_readable()
- is_uploaded_file()
- is_writable()
- is_writeable()
- lchgrp()
- lchown()
- link()
- linkinfo()
- lstat()
- mkdir()
- move_uploaded_file()
- parse_ini_file()
- parse_ini_string()
- pathinfo()
- pclose()
- popen()
- readfile()
- readlink()
- realpath()
- realpath_cache_get()
- realpath_cache_size()
- rename()
- rewind()
- rmdir()
- set_file_buffer()
- stat()
- symlink()
- tempnam()
- tmpfile()
- touch()
- umask()
- unlink()
-
Datetime
- checkdate()
- date()
- date_add()
- date_create()
- date_create_from_format()
- date_date_set()
- date_default_timezone_get()
- date_default_timezone_set()
- date_diff()
- date_format()
- date_get_last_errors()
- date_interval_create_from_date
- date_interval_format()
- date_isodate_set()
- date_modify()
- date_offset_get()
- date_parse()
- date_parse_from_format()
- date_sub()
- date_sunrise()
- date_sunset()
- date_sun_info()
- date_timestamp_get()
- date_timestamp_set()
- date_timezone_get()
- date_timezone_set()
- date_time_set()
- getdate()
- gettimeofday()
- gmdate()
- gmmktime()
- gmstrftime()
- idate()
- localtime()
- microtime()
- mktime()
- strftime()
- strptime()
- strtotime()
- time()
- timezone_abbreviations_list()
- timezone_identifiers_list()
- timezone_location_get()
- timezone_name_from_abbr()
- timezone_name_get()
- timezone_offset_get()
- timezone_open()
- timezone_transitions_get()
- timezone_version_get()
-
Filter
-
HTTP
-
cURL
- curl_close()
- curl_copy_handle()
- curl_errno()
- curl_error()
- curl_escape()
- curl_exec()
- curl_file_create()
- curl_getinfo()
- curl_init()
- curl_multi_add_handle()
- curl_multi_close()
- curl_multi_errno()
- curl_multi_exec()
- curl_multi_getcontent()
- curl_multi_info_read()
- curl_multi_init()
- curl_multi_remove_handle()
- curl_multi_select()
- curl_multi_setopt()
- curl_multi_strerror()
- curl_pause()
- curl_reset()
- curl_setopt()
- curl_setopt_array()
- curl_share_close()
- curl_share_errno()
- curl_share_init()
- curl_share_setopt()
- curl_share_strerror()
- curl_strerror()
- curl_unescape()
- curl_version()
-
PDO
-
PDOStatement
date_create_from_format()
1. 定义
该函数根据给定的格式解析指定日期时间字符串为DateTime
对象。
该对象是一个有三个参数的关联数组,分别是日期时间(date
)、时区类型(timezone_type
)和时区(timezone
)。
2. 语法
public static DateTime::createFromFormat ( string $format , string $time [, DateTimeZone $timezone ] ) : DateTime
date_create_from_format ( string $format , string $time [, DateTimeZone $timezone ] ) : DateTime
3. 参数说明
参数 | 可选性 | 数据类型 | 描述 |
---|---|---|---|
$format | 必需 | 字符串 | 符合规范的解析日期/时间的格式化字符串 |
$time | 必需 | 字符串 | 符合日期/时间格式的时间字符串,默认为当前时间 |
$timezone | 可选 | DateTimeZone | 时区,默认为当前设置的时区 |
其中,$format
参数有以下几种符号格式规则(注意,下面的结果有些与当前时间有关!):
符号 | 说明 | 示例 |
---|---|---|
Y |
四位数字的年份表示 | 2019年 使用Y年 ,可得出:2019 |
y |
两位数字的年份表示 | 77年 使用y年 ,可得出:1977 |
F 和M |
全写或简写的英文月份表示 | August月 使用F月 ,可得出:2019-08-19 ;aug月 使用M月 ,可得出:2019-08-19 |
m 和n |
有前导零或无前导零的数字月份表示 | 09月 使用m月 ,可得出:2019-09-19 ;9月 使用n月 ,可得出:2019-09-19 |
z |
一年中的第几天,从0开始 | 364 使用z ,可得出:2019-12-31 |
d 和j |
有前导零或无前导零的一个月中的第几天表示 | 2019-08-01 使用Y-m-d ,可得出:2019-08-01 |
S |
使用两个字母的缩写表示一个月的第几天,会自动忽略日期后面的st 、nd 、rd 和th |
2019-08-15th 使用Y-m-dS ,可得出:2019-08-15 |
D 和l |
全写或简写的星期表示 | Monday 使用D ,可得出:2019-08-19 |
A 和a |
表示一天中的上午或下午 | 4am 使用Ha ,可得出:04:00:00.000000 ;4pm 使用Ha ,可得出:16:00:00.000000 |
g 和h |
有前导零或无前导零的12小时制的小时 | 6 使用h ,可得出:06:00:00.000000 |
G 和H |
有前导零或无前导零的24小时制的小时 | 6 使用H ,可得出:06:00:00.000000 |
i |
有前导零的分钟表示 | 6:32 使用H:i ,可得出:06:32:00.000000 |
s |
有前导零的秒数表示 | 6:32:59 使用H:i:s ,可得出:06:32:59.000000 |
u |
微秒表示,至多精确到六位数 | 6:32:59.123456 使用H:i:s.u ,可得出:06:32:59.123456 |
e 、O 、P 和T |
时区名称,或者是以UTC 时区为基准的小时偏移量,或者是以UTC 为基准的小时和分钟的偏移量,小时和分钟之间用冒号(:)分隔 |
+2:00 使用P ,可得出timezone 为+02:00 |
空格 |
表示要格式化的时间字符串中的空格 | 2019 08 19 使用Y m d 可得出:2019-08-19 |
# |
表示这几个分隔符中的一个:; 、. 、: 、/ 、, 、- 、( 或) |
2019-08-19 可使用Y#m#d ,得出:2019-08-19 |
; 、. 、: 、/ 、, 、- 、( 或) |
表示各自的含义 | 2019-08-19 可使用Y-m-d ,得出:2019-08-19 |
? |
表示任一一个单字节字符 | 2019/08/19 可使用Y?m?d ,得出:2019-08-19 (含有多个字节的字符时,使用* ) |
* |
表示任何的字符,直到遇到下一个有效的分隔符号或数值 | 2019年08月19日 可使用Y*m*d* ,得出:2019-08-19 |
! |
将符号左侧的所有字段(年、月、日、时、分、秒、微秒以及时区)重置到 Unix Epoch 时间 | 2019年08月19日 使用Y*m*d*! ,可看到结果:1970-01-01 |
| |
将尚未被解析的字段,也即格式字符串中未明确指定的字段 (年、月、日、时、分、秒、微秒以及时区) 重置到 Unix Epoch 时间 | 2019年08月19日 使用Y*m*d*| ,可看到结果中的时分秒被重置为0 |
+ |
在格式字符串中使用这个格式表示字符, 并且所提供的日期时间字符串中包含除了格式字符之外的其他数据的话,不会发出一个错误,而是发出一个警告 | 2019-08-19 使用Y-+m-+d ,可看到结果:2019-08-19 |
4. 示例
<?php
// date_create_from_format()
// 根据给定的格式解析指定日期时间字符串为`DateTime`对象
$format = 'Y年m月d日 H*i*s*';
$time = '2019年08月19日 13时14分45秒';
$res = date_create_from_format($format, $time);
var_dump($res);
/* 输出:
object(DateTime)#1 (3) {
["date"]=>
string(26) "2019-08-19 13:14:45.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(13) "Asia/Shanghai"
}
*/
5. 延展阅读
- date_create():根据指定时间,创建一个
DateTime
对象 - date_get_last_errors():获取解析日期时间字符串时发生的警告和错误信息数组
- checkdate():验证一个格里高利历(俗称公历)日期是否合法
- strptime():解析使用
strftime()
函数生成的日期时间,返回一个时间信息数组