gpt4 book ai didi

php - 使用 Codeigniter 日期助手获取时区位置

转载 作者:行者123 更新时间:2023-12-02 05:40:40 25 4
gpt4 key购买 nike

我将 Codeigniter 日期助手用于时区功能。我想根据我保存在数据库中的时区引用来显示用户的时区位置。

示例:

采用时区引用 UP1 并返回相应的位置 (UTC + 1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome。日期助手没有相应的功能。

函数可以这样执行..

echo timezone_location('UP1');

会回显

(UTC + 1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome

Codeigniter 的时区数据存在于文件夹 system/langauge/englishdate_lang.php 中,但我不确定如何访问它来构建函数。你怎么看?

最佳答案

CI 将其存储在语言文件中 system/language/english/date_lang.php

所以你可以做以下事情

// load the language file
$this->lang->load('date', 'english');
// will output (UTC -12:00) Baker/Howland Island
echo $this->lang->line('UM12');

关于php - 使用 Codeigniter 日期助手获取时区位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11007201/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com