Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * @link http://github.com/seffeng/ * @copyright Copyright (c) 2020 seffeng */..
Decoded Output download
<?php
/**
* @link http://github.com/seffeng/
* @copyright Copyright (c) 2020 seffeng
*/
namespace Seffeng\LaravelSLS\Facades;
use Illuminate\Support\Facades\Facade;
/**
* @method static void emergency(string $message, array $context = [])
* @method static void alert(string $message, array $context = [])
* @method static void critical(string $message, array $context = [])
* @method static void error(string $message, array $context = [])
* @method static void warning(string $message, array $context = [])
* @method static void notice(string $message, array $context = [])
* @method static void info(string $message, array $context = [])
* @method static void debug(string $message, array $context = [])
* @method static void log($level, string $message, array $context = [])
* @method static \Psr\Log\LoggerInterface channel(string $channel = null)
* @method static \Psr\Log\LoggerInterface stack(array $channels, string $channel = null)
*
* @see \Seffeng\LaravelSLS\Writer
*/
class Writer extends Facade
{
/**
*
* @author zxf
* @date 2020426
* @return string
*/
protected static function getFacadeAccessor()
{
return 'sls.writer';
}
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* @link http://github.com/seffeng/
* @copyright Copyright (c) 2020 seffeng
*/
namespace Seffeng\LaravelSLS\Facades;
use Illuminate\Support\Facades\Facade;
/**
* @method static void emergency(string $message, array $context = [])
* @method static void alert(string $message, array $context = [])
* @method static void critical(string $message, array $context = [])
* @method static void error(string $message, array $context = [])
* @method static void warning(string $message, array $context = [])
* @method static void notice(string $message, array $context = [])
* @method static void info(string $message, array $context = [])
* @method static void debug(string $message, array $context = [])
* @method static void log($level, string $message, array $context = [])
* @method static \Psr\Log\LoggerInterface channel(string $channel = null)
* @method static \Psr\Log\LoggerInterface stack(array $channels, string $channel = null)
*
* @see \Seffeng\LaravelSLS\Writer
*/
class Writer extends Facade
{
/**
*
* @author zxf
* @date 2020426
* @return string
*/
protected static function getFacadeAccessor()
{
return 'sls.writer';
}
}
Function Calls
None |
Stats
MD5 | 91cc69e045114fbbf3aa1dc5f7a3cb80 |
Eval Count | 0 |
Decode Time | 92 ms |