[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/php-http/message-factory/src/ -> UriFactory.php (source)

   1  <?php
   2  
   3  namespace Http\Message;
   4  
   5  use Psr\Http\Message\UriInterface;
   6  
   7  /**
   8   * Factory for PSR-7 URI.
   9   *
  10   * @author Márk Sági-Kazár <[email protected]>
  11   */
  12  interface UriFactory
  13  {
  14      /**
  15       * Creates an PSR-7 URI.
  16       *
  17       * @param string|UriInterface $uri
  18       *
  19       * @return UriInterface
  20       *
  21       * @throws \InvalidArgumentException If the $uri argument can not be converted into a valid URI.
  22       */
  23      public function createUri($uri);
  24  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer