php [stackdriver] PHP Stackdriver调试器#cloud

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [stackdriver] PHP Stackdriver调试器#cloud相关的知识,希望对你有一定的参考价值。

<?php
/*
https://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-debugger/v0.13.0/debugger/readme
*/
use Google\Cloud\Debugger\DebuggerClient;

//Include and start the debugger Agent
$agent = new Google\Cloud\Debugger\Agent([
  'sourceRoot' => '/path/to/source/root'
]);

$debugger = new DebuggerClient();
$debuggee = $debugger->debugee();
$debuggee->register();

以上是关于php [stackdriver] PHP Stackdriver调试器#cloud的主要内容,如果未能解决你的问题,请参考以下文章

PHP编写一些检查项函数

我如何从使用 php 中选择的用户输入中计算总价

PHP书写规范

如何在 PHP 中使用 XML 查询获取 NWMLS 数组值的完整描述?

php-bind

zabbix 监控 php