书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 14122 个相关结果.
  • php-cli 基础介绍

    php-cli 超时时间 buffer缓冲 标准输入/输出/错误 php-cli 专属扩展 php-cli 在前面的简单介绍中,我们已经了解了有php-cli这个模式,现在我们继续详细了解下php-cli和传统web模式不一样的地方吧 超时时间 在php-cli中,是没有超时时间的,也无法通过 set_time_limit 设置超...
  • 创建表单

    创建表单 创建表单 编写 login 视图是很简单的,我们以一个 form 标记开始,它的 action 属性应该是前面讲述的 login 动作的URL。然后我们需要为 LoginForm 类中声明的属性插入标签和表单域。最后,我们插入一个可由用户点击提交此表单的提交按钮。所有这些都可以用纯HTML代码完成。 Yii 提供了几个助手(hel...
  • PHP

    Hello World - PHP Before you begin Recreating the sample code Building and deploying the sample Removing the sample app deployment Feedback Hello World - PHP A simple web ...
  • PHP

    Hello World - PHP Before you begin Recreating the sample code Building and deploying the sample Removing the sample app deployment Feedback Hello World - PHP A simple web ...
  • 1. Assertions

    502 2021-03-28 《PHPUnit v9.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertClassHasStaticAttribute() assertContains() assertStringConta...
  • Class Phalcon\Mvc\Model\MetaData\Apc

    406 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Mvc\Model\MetaData\Apc Constants Methods Class Phalcon\Mvc\Model\MetaData\Apc extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\Inject...
  • Polyfill PHP 7.2

    The Symfony Polyfill / PHP 7.2 Component Installation Usage Provided Constants Provided Functions The Symfony Polyfill / PHP 7.2 Component This component provides some PHP ...
  • PHP

    PHP Connector Supported Platforms Supported Versions Installation Install TDengine Client Driver Install php-tdengine Sample Programs Establish Conection Insert Data Synchro...
  • 原生PHP

    使用php标签 使用php标签 通过 php 标签可以在模板里写任意的PHP语句代码,如: <php> echo 'Hello,ThinkCMF!'; $arr = ['id'=>1]; print_r($arr); </php> 原文: https://www.thinkcmf.com/do...
  • 使用 Nginx + FPM 发布站点

    PHP-FPM 启动 增加 Nginx Server 站点权限 运行站点 细节问题处理 在前面的章节中,我们在 CentOS 7.4 的系统上安装了如下软件: PHP 7.2 MySQL 5.7 Nginx 1.15 并且,我们以 PHP-CLI 安装并使用 PHP 内嵌 Server 运行了预览站点,本章利用前面所学的知识,进行...