1 Star 0 Fork 0

sgyh / yasd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
yasd_api.stub.php 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
codinghuang 提交于 2021-03-08 09:28 . Optimize ananlyze function (#105)
<?php
namespace Yasd\Api
{
/**
* @param string $host
* @return bool
*/
function setRemoteHost(string $host) { }
/**
* @param string $fileAbsolutePath
* @param int $lineno
* @return bool
*/
function setBreakpoint(string $fileAbsolutePath, int $lineno) { }
/**
* @param string $num
* @return bool
*/
function setMaxExecutedOplineNum(int $num) { }
/**
* @param int $milliseconds
* @param callable $callback
* @return bool
*/
function onGreaterThanMilliseconds(int $milliseconds, callable $callback) { }
/**
* @param callable $callback
* @return bool
*/
function onEnterFunction(callable $callback) { }
}
namespace Yasd
{
class FunctionStatus
{
/**
* @var string
*/
public $functionName;
/**
* @var int
*/
public $executeTime;
/**
* @var int
*/
public $level;
/**
* @var string
*/
public $parentFunctionName;
}
}
1
https://gitee.com/sgyh/yasd.git
git@gitee.com:sgyh/yasd.git
sgyh
yasd
yasd
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891