Translations

Secure coding guidelines/5/zh-tw: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
 
Line 1: Line 1:
使用 [[Retrieving_request_data_using_JInput|JInput]] 也可以消除您需要留意 magic_quotes_gpc 設定的麻煩。無論您的 <code>magic_quotes_gpc </code> 有沒有打開,[[Retrieving_request_data_using_JInput|JInput]] 都恪盡職守。請查閱[http://php.net/manual/en/security.magicquotes.php security.magicquotes.php] 以獲得更多資訊。
使用 [[Retrieving_request_data_using_JInput|JInput]] 也可以消除您需要留意 <code>magic_quotes_gpc </code> 設定的麻煩。無論您的 <code>magic_quotes_gpc </code> 有沒有打開,[[Retrieving_request_data_using_JInput|JInput]] 都恪盡職守。請查閱[http://php.net/manual/en/security.magicquotes.php security.magicquotes.php] 以獲得更多資訊。

Latest revision as of 02:32, 14 January 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Secure coding guidelines)
Using [[Retrieving_request_data_using_JInput|JInput]] also obviates the need to pay attention to the setting of magic_quotes_gpc. [[Retrieving_request_data_using_JInput|JInput]] does the right thing, regardless of whether magic_quotes_gpc is on or off.  See http://php.net/manual/en/security.magicquotes.php for further information.

使用 JInput 也可以消除您需要留意 magic_quotes_gpc 設定的麻煩。無論您的 magic_quotes_gpc 有沒有打開,JInput 都恪盡職守。請查閱security.magicquotes.php 以獲得更多資訊。