A magic technique of php-directly accessing array elements with variables

Source: Internet
Author: User
A magic technique of php-using variables to directly access the array element cmon. inc. php ---------------------- begin ---------------------?? Foreach (array ('_ cookies',' _ post', '_ G php's magic trick-use variables to directly access array elements

CMMS on. inc. php

-------------------- Begin ---------------------

?

?

Foreach (array ('_ cookies',' _ post', '_ get', 'data') as $ _ request)

{

? Foreach ($ _ request as $ _ key => $ _ value)

? {

? ? $ Key {0 }! = '_' & $ _ Key = daddslashes ($ _ value );

? }

}

?

?

Function daddslashes ($ string, $ force = 0 )?

{

? ! Defined ('Magic _ QUOTES_GPC ') & define ('Magic _ QUOTES_GPC', get_magic_quotes_gpc ());

? If (! MAGIC_QUOTES_GPC | $ force )?

? {

? ? If (is_array ($ string ))?

? ? {

? ? ? Foreach ($ string as $ key => $ val )?

? ? ? {

? ? ? ? $ String [$ key] = daddslashes ($ val, $ force );

? ? ? }

? ? }?

? ? Else?

? ? {

? ? ? $ String = addslashes ($ string );

? ? }

? }

? Return $ string;

}


--------------------- End ---------------------------------------
Index. php ------------------------- beign -------------- require_once 'common. inc. php'; // suppose there is a path request? Http://www.10086money.com? Index. php & page = 1 & lang = cn, you can set the value as follows:
Echo "page =". $ page; echo? "Lang =". $ lang; // Summary: elements in the worker number Group, which can be directly accessed by the element name.

?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.