🔓 Ultimate Webshell - Penetration Testing Tool

📖 File Reader

<?php

namespace think\contract;

interface Arrayable
{
    public function toArray(): array;
}