php date
php date
-
The'r'is a generic PHP date format that does not rely on translated strings .
是一类不依赖于标准字符串的PHP日期格式。
-
These are PHP date () formatting strings , and they allow you to change the formatting of the date and time for your locale .
这些是PHP日期()格式字符串,而且这些字符串能够使你更改你的本地化的日期和时间的格式。
-
You 'll notice that the function getNow now accepts a single argument , $ format , and this argument is plugged into the call to the PHP date () function .
您将会看到函数getNow现在可以接受一个参数$format了,这个参数被嵌入到PHPdate()函数的调用中。