File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/php-http/message/src/RequestMatcher/RegexRequestMatcher.php
Back
<?php namespace AmeliaHttp\Message\RequestMatcher; use AmeliaHttp\Message\RequestMatcher; use AmeliaPsr\Http\Message\RequestInterface; @trigger_error('The '.__NAMESPACE__.'\RegexRequestMatcher class is deprecated since version 1.2 and will be removed in 2.0. Use AmeliaHttp\Message\RequestMatcher\RequestMatcher instead.', E_USER_DEPRECATED); /** * Match a request with a regex on the uri. * * @author Joel Wurtz <joel.wurtz@gmail.com> * * @deprecated since version 1.2 and will be removed in 2.0. Use {@link RequestMatcher} instead. */ final class RegexRequestMatcher implements RequestMatcher { /** * Matching regex. * * @var string */ private $regex; /** * @param string $regex */ public function __construct($regex) { $this->regex = $regex; } /** * {@inheritdoc} */ public function matches(RequestInterface $request) { return (bool) preg_match($this->regex, (string) $request->getUri()); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings