Файловый менеджер - Редактировать - /home/itsrcicq/formfilling.xyz/includes/payment_src/stripe-php/lib/ApiOperations/Delete.php
Ðазад
<?php namespace Stripe\ApiOperations; /** * Trait for deletable resources. Adds a `delete()` method to the class. * * This trait should only be applied to classes that derive from StripeObject. */ trait Delete { /** * @param array|null $params * @param array|string|null $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return static The deleted resource. */ public function delete($params = null, $opts = null) { self::_validateParams($params); $url = $this->instanceUrl(); list($response, $opts) = $this->_request('delete', $url, $params, $opts); $this->refreshFrom($response, $opts); return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка