📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
organikurun.demodesign.com.tr
/
vendor
/
twig
/
twig
/
doc
/
filters
📝
url_encode.rst
← Geri Dön
``url_encode`` ============== The ``url_encode`` filter percent encodes a given string as URL segment or an array as query string: .. code-block:: jinja {{ "path-seg*ment"|url_encode }} {# outputs "path-seg%2Ament" #} {{ "string with spaces"|url_encode }} {# outputs "string%20with%20spaces" #} {{ {'param': 'value', 'foo': 'bar'}|url_encode }} {# outputs "param=value&foo=bar" #} .. note:: Internally, Twig uses the PHP ``rawurlencode``. .. _`rawurlencode`: https://secure.php.net/rawurlencode
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula