- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我在让 phpdoc 正确运行时遇到了一些问题。大部分文档已成功生成,但我多次收到以下警告:
Warning: date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the
date_default_timezone_set
() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles
' for 'PST/-8.0/no DST' instead in /Users/ben/bin/PhpDocumentor/phpDocumentor/Converter.inc on line 5064
和
Warning: strftime(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the
date_default_timezone_set
() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles
' for 'PST/-8.0/no DST' instead in PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
我可以轻松地从代码中删除 Smarty 警告,因为它只是在呈现文档的模板顶部生成时间戳。没什么大不了的。 phpDocumentor 中的第一个错误我不确定。似乎只是为模板指定一个日期给 Smarty:
$templ->assign("date",date("r",time()));
也许我可以删除 Smarty 模板和这一行中的所有“日期”变量。
无论如何,这个警告也在生成的文档中,索引页面只显示这个警告。知道这里发生了什么吗?我使用的是 1.4.3 版,这是我的标志/选项:
#!/usr/bin/env bash
phpdoc \
--title 'Asra Documentation' \
--directory library/Asra \
--target docs \
--defaultcategoryname Asra \
--defaultpackagename Asra \
--quiet on \
--output HTML:frames:phpedit
最佳答案
这是工作中的 PHP 5.3。出于给定的原因,PHP 5.3+ 要求您设置时区(依赖系统设置是不安全的)。
如果可以,请调用date_default_timezone_set()在你的 bootstrap/init/settings 文件中。您也可以specify it in an .htaccess file使其成为您的代码的非问题,如下所示:
php_value date.timezone America/Vancouver
关于PHPDocumentor 日期问题警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1947921/
我正在尝试正确注释我的代码,我通常不会从函数中回显任何内容,通常我只是返回数据,然后在需要时回显返回值。今天我编写了一个函数,该函数将仅在 View 文件中频繁使用,所以我想为什么不直接从函数内部回显
我有一段前段时间写的代码块,我正在寻找文档,但是其中一个函数有一个输出参数 - 应该如何编写一个 phpDoc block 来指定一个参数是一个输出参数? 注意 - 这不是“我喜欢输出参数”或“我想使
我正在使用来自 http://phpdoc.org 的 phpDocumentor . 尝试更改模板“responsive-twig”让我抓狂。我对 所做的任何更改 /usr/share/php/ph
响应式 phpdocumentor 模板中的链接似乎已损坏。例如,包的 url 包含 'db_Models' packages/db_Models/当从 URL 中删除 db_Models 时,它工作
我在让 phpdoc 正确运行时遇到了一些问题。大部分文档已成功生成,但我多次收到以下警告: Warning: date(): It is not safe to rely on the system
好吧,我受够了 phpDocumentator .它消耗的内存 (1.4 GB) 和时间(在 2.6GHz Core 2 Duo 上为 5 分钟)比我愿意提供的要多得多。是否存在一些真正兼容的程序来为
所以,基本上我有以下设置: class A { /** * This is some documentation */ public function foo()
我正在尝试为以下内容编写 phpdocumentor block : /** * daysBetween * * Returns the number of whole working days
我有一个类的公共(public)方法,我想记录该方法可以接受的可用字符串值。这是否可以接受: /** * Set size of photos * * @param string $size can
非常简单:可以在 phpDocumentor 标签内使用制表符吗?喜欢: /** * @param string @some_var Description */ @some_var
我需要为 PhpDocumentor 创建自定义模板。问题是 template.xml 中定义的路径,即使指定为绝对路径,也无法正确解析。 PhpDocumentor 在供应商目录中查找它们。
官网地址:http://www.phpdoc.org/ 项目地址:https://github.com/phpDocumentor/phpDocumentor2 phpDocumentor 2是一
我使用 Ubuntu 11.10,我想安装 phpdocumentor。我用教程How to install PhpDocumentor on Ubuntu .但: If you navigate t
如何逐步设置和使用 phpDocumentor? 我正在尝试使用 composer 有很多安装请求。谁能告诉我有关 phpDocumentor 设置和在 php 中使用的想法。 试过 $ compos
我的公司正在使用 mediawiki 处理最终用户/开发人员文档。我想获取 phpdoc 吐出的大量 API 文档(针对特定功能/方法)并将其放在 wiki 标记中以便于传输。 是否有任何解决方案可以
我已经通过 PEAR 安装了 PHP Documentor。但输出选项不起作用。当我使用像这样的简单命令时 phpdoc -d source/path -t target/path --templat
我似乎无法理解如何获取 PHPCocumentor2 @example标签才能正常工作。 我正在尝试解析单个文件。我的工作目录是 /home/developers/domains/example.co
或者它只是处于“完成”状态?我在我的所有 PHP 项目中使用 PHPDoc 多年,但我最近注意到 PHPDoc 网站上的最后一篇文章是 2008 年的。所以我想知道是否是时候研究其他替代方案,如 Do
/** * @property $Property */ class SomeClass { public function __get($name){ return $this
我想在 Unix 上手动安装 phpDocumentor 2 using the installer . 我对命令行的了解有限,但我确实有 root 访问权限。说明说将安装程序下载到预期位置。那么我应
我是一名优秀的程序员,十分优秀!