OAuth Функции
PHP Manual

oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencodeEncode a URI to RFC3686

Описание

string oauth_urlencode ( string $uri )

Encodes a URI to » RFC3686.

Список параметров

uri

URI to encode.

Возвращаемые значения

Returns an » RFC3686 encoded string.


OAuth Функции
PHP Manual