本文章由:Dustin Schneider提出
回应Stefano Locati的"如何为你的php类别引证",我创造了一个快速和简单的php处理绪将会合乎其他php3档案的语法和建立一些基本的文件.
这个的优势就是,它能够被任何的注解所代替--再加上它是非常具有延展性的.
目前的处理绪承认以下指令:
@@ = Header(标题)
%% = Description(叙述)
!! = Horizontal Line (水平线)
; = End of decleration. (结束宣告)
例如:
/* @@this_function($var1, $var2);
%%This function takes 2 variables and does absolutely nothing with them.;
!! */
将会产生一些像这样的东西:
this_function($var1, $var2)
说明:这个函数有变数$var1和$var2 叙述:这个函数有两个变数而且对他们没有任何作用影响 (这里是水平线)
$filename = "FILENAME_HERE";
$fp = fopen($filename, "r");
$buffer = fread($fp, filesize($filename));
fclose($fp);
for($i=0; $i
// Header
if ($buffer[$i] == @ && $buffer[$i+1] == @)
{
echo "";
$i++;
while($buffer[$i++] != ;)
{
if ($buffer[$i] == ;)
break;
echo $buffer[$i];
}
echo "";
}
// Description
if ($buffer[$i] == % && $buffer[$i+1] == %)
{
echo "Description: ";
$i++;
while($buffer[$i++] != ;)
{
if ($buffer[$i] == ;)
break;
echo $buffer[$i];
}
echo "";
}
if ($buffer[$i] == ! && $buffer[$i+1] == !)
{
echo "
";
}
}

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Chinese version
Chinese version, very easy to use

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Atom editor mac version download
The most popular open source editor
