whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Api
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/aws/aws-sdk-php/src/Api/SupportedProtocols.php
<?php namespace Aws\Api; /** * Priority ordered collection of supported AWS protocols. */ enum SupportedProtocols: string { case JSON = 'json'; case REST_JSON = 'rest-json'; case REST_XML = 'rest-xml'; case QUERY = 'query'; case EC2 = 'ec2'; /** * Check if a protocol is valid. * * @param string $protocol * @return bool True if the protocol is supported, otherwise false. */ public static function isSupported(string $protocol): bool { return self::tryFrom($protocol) !== null; } }
Copyright ©2021 || Defacer Indonesia