书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 13321 个相关结果.
  • PHP

    Build a PHP application Install the php-pgsql driver Sample PHP code Run the application Build a PHP application YSQL Install the php-pgsql driver See instructions to i...
  • 非主流模板语法

    Using Alternative Template Syntax 1. Using CPradoViewRenderer ¶ Short PHP Tags Component Tags Cache Tags Clip Tags Comment Tags 2. Mixing Template Formats ¶ Using Altern...
  • Debian/Ubuntu frontend installation

    Debian/Ubuntu frontend installation Overview Supported PHP versions by distribution Debian/Ubuntu frontend installation Overview Starting from version 5.0, Zabbix frontend re...
  • 安装扩展

    1296 2018-03-29 《WorkerMan 3.x 手册》
    安装扩展 注意 如何确定PHP CLI安装了哪些扩展 如何确定PHP CLI 的php.ini文件的位置 给PHP CLI安装扩展(安装memcached扩展为例) 方法一、使用apt或者yum命令安装 方法二、使用pecl安装 方法三、源码编译安装(一般是安装PHP自带的扩展,以安装pcntl扩展为例) 方法四、phpize安装 安...
  • 在uWSGI中运行PHP脚本

    在uWSGI中运行PHP脚本 构建 Ubuntu 10.04 (较新的版本包括官方嵌入libphp的sapi) 多个PHP版本 用nginx运行PHP应用 高级配置 无前端服务器运行PHP应用 uWSGI API支持 uWSGI缓存之上的会话 (uWSGI >=2.0.4) Zend Opcode Cache (uWSGI >= 2.0.6)...
  • PHP

    MetaDescription: Learn about Visual Studio Code features (syntax highlighting, snippets, linting) for PHP development. VS Code中的PHP编程 PHP Programming in VS Code 代码片段 Snippets 检查 ...
  • PHP

    PHP 创建 PHP 运行环境 PHP 扩展列表 PHP 创建 PHP 运行环境 点击创建运行环境按钮,选择 PHP 版本和扩展 1Panel 支持维护 5.x、7.x 和 8.x 三个大版本,用户可以根据自己的需求选择合适的版本。 PHP 扩展列表 Extension PHP 5.5 PHP 5.6 PHP 7.0 PHP 7...
  • PHP

    PHP Overview Versions Images Build Process Configuration Apache Configuration Accessing Logs Hot Deploying PHP You are viewing documentation for a release that is no lo...
  • 快速开始

    快速开始 控制器 场景验证器 模型层、服务层 层级调用 快速开始 提示 因为mochat构建在hyperf之上,所以我们假定您对hyperf已经基本熟悉 控制器 快速生成 php bin / hyperf . php mcGen : action Foo 命令行会帮你自动生成Foo 相关的控制器,并生成相应的注解路由与继承等...
  • 静态编译

    5.3 静态编译 在*nix上执行静态编译 Building Statically Under Windows links 5.3 静态编译 我们检查一下PHP语言中get_loaded_extensions()函数的输出,会发现有一些扩展并没有php.ini文件中调用,而它们确实也已经加载到PHP里去了,可以让我们在PHP语言中使用,如sta...