Make sure to escape characters if needed since you are modifying actual PHP code.
如果需要,一定要对某些字符进行转义,因为您在修改实际的php代码。
This method supplies escape characters for all invalid characters in the URI.
这个方法提供了URI中所有有效字元的逸出字元。
Notice that the xml variable is polluted with escape characters for the internal quotes and newlines.
注意,xml变量受到了针对内部引号和换行符的转义字符的污染。
The browser knows it is looking at something executable based upon a special sequence of escape characters.
浏览器知道它正在根据一系列特殊的转义字符来执行一些可执行文件。
The application most likely has functions to write start tags, end tags, and escape characters already.
应用程序很可能已经拥有了写开始标记、结束标记和转义符的功能。
As you might imagine, we need to use parameter markers and escape characters when incorporating this query into an application.
正如您可能想到的,在将该查询合并到应用程序中去时,我们需要使用参数标记和转义字符。
In the case of cross-site scripting prevention, you need to filter out the escape characters for the scripting languages supported by the browser.
对于跨站点脚本预防情况,您需要过滤掉浏览器支持的脚本语言的转义字符。
Note: Escape characters (backward slashes) are included before quotation marks that are part of the XML document (such as the XML version number in the example below).
注意:转义字符(反斜杠)包含在是XML文档一部分的引号之前(比如下面例子中的xml版本号)。
Unsafe arguments are ones that include database or command line escape characters that could allow a malicious user to manipulate your application into executing arbitrary commands.
不安全参数是包含数据库或命令行转义符的参数,这些转义符可以让恶意用户操纵应用程序执行任意命令。
You can escape these rules by placing the name in double quotation marks, which allows names to be case sensitive and to include additional characters (including spaces).
通过把名称放在双引号中,可以避开这些规则,使用双引号允许名称区分大小写以及包含附加字符(包括空格)。
Note the use of XML entitities within the comparison, in order to escape the quotation characters.
请注意比较中XML实体的用法,这种用法的目的是为了转义引号字符。
I did not cover a few nuances; for example, a very strict set of characters is allowed in the syntax, and you must be careful to escape any characters outside these ranges.
我未涉及几个细微差别;例如语法中允许非常严格的字符集,因此您必须小心转义这些范围以外的任何字符。
The only pitfall here is that you need to escape reserved characters properly (see Table 1).
这里唯一的陷阱是需要正确地转义保留字符(参见表1)。
This is really handy if you're dealing with data that varies slightly, or data that has special characters that would be awkward to escape.
如果您需要处理一些略有变化的数据,或者包含难以进行转义的特殊字符的数据,那么使用这个符号是非常方便的。
Its role is to escape special XML characters in a string so the string can be used as simple text in an XML document.
它的角色是对字符串中的特殊xml字符进行转义,以便字符串可以用作XML文档中的简单文本。
The extra typing required to open and close tags and escape special characters not only wastes time, but introduces more possibility for error.
起始和结束标签以及转义特殊字符都需要额外录入,不仅浪费时间还会造成更多的错误。
To avoid misunderstanding, let me state again that imposing an encoding is not a solution because, as explained above, it is always possible to escape special characters to character entities.
为了避免误解,我们再说明一次,强制采用某种编码不能解决问题,因为如上所述,可以将特殊字符转义成字符实体。
You need to escape the special characters of the request with the two lines of code in Listing 9.
您需要使用清单9中的两行代码转义请求中的特殊字符。
When odmget extracts the scripts, it does escape "special" characters with "\".
当odmget提取脚本时,它使用“\”对“特殊”字符进行转义。
In this step, Abdera does some String manipulation to escape XML characters.
在这个步骤中,Abdera通过一些String操作来转义xml字符。
Another point to be aware of is the need to tell Zsh which characters form escape sequence in a prompt, otherwise it will assume they are all printable characters, and position the cursor incorrectly.
另一个需要注意的是需要告诉Zsh在提示符中哪些字符构成换码序列,否则就会假设它们都是可打印字符,光标的位置就会出错。
Replace the single quotes used for the expr attribute with double quotes, and then escape the double quote (") characters to ".
用双引号代替expr属性中所用的单引号,然后将双引号(“)字符转义成”。
JMS support for text messages has been improved to escape special characters and allow for more message types (map, text, or XML).
改进了对于文本消息的JMS支持,支持特殊转义字符,支持更多的消息类型(map、text或者XML)。
Fn: escape-html-uri does not encode any of these characters.
escape - html - uri不对这些字符编码。
If you've never seen the escape method before, it's used to escape any characters that can't be sent as clear text correctly.
如果以前没用见过escape方法,它用于转义不能用明文正确发送的任何字符。
This allows starting and ending quote characters to be used as an escape mechanism.
这允许将开头和结尾引号字符用作转义机制。
Since the pattern is a regular expression, be sure to escape any characters that are reserved characters in regular expressions.
由于模式是正则表达式,应确保转义正则表达式中的任何保留字符。
Escape: If the delimiter characters are used as part of the data value, then the escape option will escape those delimiters from the data so that they won't be misinterpreted as the delimiters.
ESCAPE:如果分隔符用作数据值的一部分,则ESCAPE选项将转义那些来自数据的分隔符,以免将它们误解为分隔符。
To alleviate this problem, you need to escape dangerous characters from the user-submitted values, most particularly the single quotes (').
为了避免这样的问题,应该对用户提交的数据进行危险字符的过滤,最主要的就是单引号(’)的过滤。
This method is called during message pre-processing to handle dialog characters, such as TAB, RETURN, ESCAPE, and arrow keys.
在消息预处理过程中调用此方法来处理对话框字符,如Tab、Return、Esc和箭头键。
应用推荐