Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
www
/
wp-content
/
plugins
/
woocommersa
/
includes
/
Services
/
SMS
/
Filename :
ProviderInterface.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php namespace WooCommersa\Services\SMS; if (!defined('ABSPATH')) exit; interface ProviderInterface { /** * Send SMS using a pattern/template * * @param string $to Recipient number * @param string $pattern_id The ID or name of the template on the gateway * @param array $params Key-value pairs of parameters to be replaced in the template * @return bool Success or failure */ public function send_pattern($to, $pattern_id, $params); /** * Send direct text message * * @param string $to Recipient number * @param string $message The content of the message * @return bool Success or failure */ public function send_message($to, $message); /** * Get account balance/credit * * @return float|int|bool The balance or false on failure */ public function get_balance(); }