Home 类库下载 PHP类库 The functions of urldecode(), urlencode() and stripslashes() in php

The functions of urldecode(), urlencode() and stripslashes() in php

Oct 13, 2016 pm 04:06 PM

The principle of

urlencode() function is to first convert Chinese characters into hexadecimal, and then add an identifier % in front of each character. The

urldecode() function is opposite to the urlencode() function. It is used to decode the encoded URL string. The principle is to convert the hexadecimal string into Chinese characters.

stripslashes() function


Example

Remove backslashes:

<?php
echo stripslashes("Who\&#39;s Bill Gates?");
?>
Copy after login

Run the example

Definition and usage

stripslashes() function removes backslashes added by addslashes() function.

Tips: This function can be used to clean data retrieved from the database or from HTML forms.

Grammar

stripslashes(string)
Copy after login

The functions of urldecode(), urlencode() and stripslashes() in php

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)