书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 24759 个相关结果.
  • 云函数 PHP 开发文档

    855 2018-06-14 《Bmob 文档中心》
    云函数 运行云函数 云函数 相关云函数的编写方式,请参考云函数开发文档 运行云函数 在REST API中可以调用云函数。例如,想调用云函数的方法getMsgCode: $cloudCode = new BmobCloudCode ( 'getMsgCode' ); //调用名字为getMsgCode的云函数 $res ...
  • 数据服务 PHP 快速入门

    867 2018-06-14 《Bmob 文档中心》
    准备工作 SDK下载 安装和配置 运行效果 类库说明 Bmob官方信息 准备工作 本文档是Bmob官方提供的PHP SDK,方便PHP开发人员快速使用Bmob进行后端开发。 【注】运行PHP需要相关运行环境,推荐在5.*以上环境上使用。PHP官方下载地址为:http://php.net/ 。 SDK下载 请到以下的Github地址...
  • PHP 开发者实践 介绍

    1885 2018-04-11 《PHP 开发者实践》
    PHP 开发者实践 在线阅读 如何参与 授权许可 PHP 开发者实践 PHP Developer Prepares 坚持了 5 年的创业项目决定结束了(行业垂直搜索方向,理想很美好、现实很骨感),作为没混好的草根站长 & 没被风吹起来的小互联网公司技术合伙人,个人基本见证了这几年 PHP 环境的发展(当然主要归功于互联网创业风潮大爆发),感受...
  • Example: Deploying PHP Guestbook application with Redis

    Example: Deploying PHP Guestbook application with Redis Objectives Before you begin Start up the Redis Database Creating the Redis Deployment Creating the Redis leader Service ...
  • Example: Deploying PHP Guestbook application with Redis

    Example: Deploying PHP Guestbook application with Redis Objectives Before you begin Start up the Redis Database Creating the Redis Deployment Creating the Redis leader Service ...
  • PHP 处理 JSON 数组或对象

    PHP 处理 JSON 数组或对象 空对象 对象数组 空对象数组 Most Popular PHP 处理 JSON 数组或对象 客户端在关于 JSON 数组和 JSON 对象的处理和定义方面总是令人疑惑不已。尤其是由空对象和对象数组引起的问题。本节会展示一些 Elasticsearch JSON API 常见的数据格式,还会说明如何以 PHP ...
  • Tool to open PHP documentation with given topic

    565 2020-02-22 《CudaText WIKI》
    Tool to open PHP documentation with given topic Tool to open PHP documentation with given topic Tool to open PHP documentation, in .chm format, for the word under editor's care...
  • PHP中的面向对象(一)

    10 PHP中的面向对象(一) links 10 PHP中的面向对象(一) 1. zend_class_entry 2. 定义一个类 3. 定义一个接口 4. 类的继承与接口的实现 5. 小结 面向对象的概念这里就不再叙述了。原书中把这一部分的知识分开到PHP4和PHP5中来讲的,这里我做了大幅的调整,几乎是进行了重写。前一部分主要介...
  • 同步执行接口Sync.php

    436 2019-06-11 《PHPCMF 开发教程》
    文件路径:APP/Config/Sync.php 用于某个动作时的联动操作,目前支持的动作有: 1、删除内容时联动 delete_member 方法定义规范: function xxxx ( $id , $siteid , $dirname ) { // 内容id, 站点id,模块目录 } 2、删除会员账号...