Home > Backend Development > PHP Tutorial > 怎么用PHP获取一段代码中指定文字后的内容?

怎么用PHP获取一段代码中指定文字后的内容?

WBOY
Release: 2016-06-06 20:31:14
Original
1461 people have browsed it

获取一段代码,没有class或id标识,如下
name:xxx
age:22
height:180cm
birthday:1900-01-02

请问怎么用PHP获取 “birthday:”后面的 1900-01-02 这个日期呢?

1900-01-02 这个不是固定的格式 有时候可能是 02-sep-1900 这种格式。

求大神解答,谢谢!~

回复内容:

获取一段代码,没有class或id标识,如下
name:xxx
age:22
height:180cm
birthday:1900-01-02

请问怎么用PHP获取 “birthday:”后面的 1900-01-02 这个日期呢?

1900-01-02 这个不是固定的格式 有时候可能是 02-sep-1900 这种格式。

求大神解答,谢谢!~

preg_match()正则匹配

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template