I think this organisation will be one of the big players of the future in the PHP world. "Ich denke, diese Organisation wird einer der großen Player der Zukunft in der PHP-Welt zu sein."
Darren

RocksURL Klasse

Beschreibung

Diese Klasse repräsentiert einen URL.

  • string $url: the full URL Eigentums-Read: string $ url: die vollständige URL
  • string $protocol: the protocol of the URL so HTTP or HTTPS Eigentums-Read: string $ Protokoll: Das Protokoll der URL so HTTP oder HTTPS
  • string $host: the host name of the URL Eigentums-Read: string $ host: der Host-Name der URL
  • string $username: the username if it is present in the URL Eigentums-read: string $ username: Der Benutzername, falls es in der URL ist
  • string $password: the password if it is present in the URL Eigentums-Read: string $ password: das Passwort, wenn es vorhanden ist in der URL
  • string $path: the path of the item in the URL Eigentums-Read: string $ path: Der Pfad des Elements in der URL
  • string $querystring: the query string in the URL Eigentums-Read: string $ Querystring: der Query-String in der URL
  • Dominic Skinner Autor: Dominic Skinner
  • 0.2.1 Version: 0.2.1

) Das Hotel liegt in / RocksURL.php (Zeile 18)

Method Summary
__construct ([ string $url = null ]) RocksURL __construct ([string $ url = null])
__get ( Leere __get ( ) $ Name)
Methoden
(line 32 ) Konstruktor __ construct (Linie 32)

Dies schafft die URL. Wenn eine URL nicht angegeben wird dann die aktuelle URL wird verwendet.

  • public Zugang: öffentlich
__construct ([ string $url = null ]) RocksURL __ construct ([string $ url = null])
  • $url : the current URL string $ url: Die aktuelle URL
(line 89 ) __get (Zeile 89)
  • public Zugang: öffentlich
__get ( void __ get ( ) $ Name)
  • $ Name

Noch keine Kommentare wurden zur Verfügung gestellt.
Security Image

Geschrieben von: Dominic Skinner
Zuletzt aktualisiert: 2011.10.25 16.00.38