php – Zend_View :: _ run(),第106行做什么?

有人可以简要解释这一行的作用:

包括’zend.view://’. func_get_arg(0);

什么是“zend.view://”语法?我以前从未见过像这样的文件.感谢你的帮助,欢呼!

解决方法:

这是一个自定义stream实现,可能是wrapper.

Streams were introduced with PHP 4.3.0 as a way of generalizing file, network, data compression, and other operations which share a common set of functions and uses. In its simplest deFinition, a stream is a resource object which exhibits streamable behavior. That is, it can be read from or written to in a linear fashion, and may be able to fseek() to an arbitrary locations within the stream.

查看对stream_系列函数调用,您将找到它的声明位置以及它对底层文件的确切操作.

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...