Skip to content

diggphp/includer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Includer

一个便捷的include的wrapper封装

安装

composer require diggphp/includer

用例

方式一

<?php
$phpcode='hello <?php echo $name;?>';
$name='xiaoming';
include \DiggPHP\Includer\Wrapper::write($phpcode);

方式二

<?php
$phpcode='hello <?php echo $name;?>';
\DiggPHP\Includer\Wrapper::load($phpcode, ['name'=>'xiaoming']);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages