CrossPHP
  • Namespace
  • Class
  • Download

Namespaces

  • Cross
    • Auth
    • Cache
      • Driver
      • Request
    • Core
    • DB
      • Connecter
      • Drivers
      • SQLAssembler
    • Exception
    • Http
    • I
    • Lib
      • Document
    • Module
    • MVC
    • Runtime
  • None

Classes

  • Array2XML
  • StringToPHPStream

Class StringToPHPStream

字符串php代码通过wrapper转换为可以执行的php代码

使用方式 stream_register_wrapper("自定义名字", "stringToPHPStream")
$var = include ("自定义名字://字符串代码")
Namespace: Cross\Lib
Package: Cross\Lib\Other
Author:

wonli wonli@live.com Class StringToPHPStream


Located at Lib/StringToPHPStream.php

Methods summary

public boolean
# stream_open( $path, $mode, $options, $opened_path )

Parameters

$path
$mode
$options
$opened_path

Returns

boolean
public string
# stream_read( $count )

Parameters

$count

Returns

string
public
# stream_stat( )
public
# stream_eof( )

Properties summary

public static array $content

代码内容

代码内容

#
protected string $key

在$content中的标示

在$content中的标示

#
protected integer $pos
#
CrossPHP API documentation generated by ApiGen