_FILES array

An <input type="file" name="foo"> produces this

<?php
array (
 
'foo' =>
  array (
   
'name' => '',
   
'type' => '',
   
'tmp_name' => '',
   
'error' => 4,
   
'size' => 0,
  ),
)
?>

$_FILES array. What do you think foo[bar] will produce?

<?php
array (
 
'foo' =>
  array (
   
'name' =>
    array (
     
'bar' => '',
    ),
   
'type' =>
    array (
     
'bar' => '',
    ),
   
'tmp_name' =>
    array (
     
'bar' => '',
    ),
   
'error' =>
    array (
     
'bar' => 4,
    ),
   
'size' =>
    array (
     
'bar' => 0,
    ),
  ),
)
?>

Comments

I don't get it. You mean

I don't get it. You mean dumping $_FILES['foo']['bar'] will print that?

No, <input type="file"

No,

<input type="file" name="foo[bar]">

and

<?php
var_dump
($_FILES);
?>

will print that. And it's one of the strangest "design decisions" in PHP.

The "design decision" is to

The "design decision" is to code like this....

$_FILES['foo']['name']['bar'];

But I think that $_FILES['foo']['bar']['name'] would be better...

I don't know where to submit

I don't know where to submit a solution but here you go; What is the output of this and why?

<?php
for ($i = 0; $i < 5; ++$i) {
    if (
$i == 2)
        continue
    print
"$i\n";
}
?>

The output is: 2 Your code is

The output is:
2

Your code is equivalent to:

<?php
for ($i = 0; $i < 5; ++$i) {
    if (
$i == 2) {
        continue print
"$i\n";
    }
}
?>

From http://ru.php.net/manual/en/control-structures.continue.php:
continue accepts an optional numeric argument which tells it how many levels of enclosing loops it should skip to the end of.

From http://ru.php.net/manual/en/function.print.php:
Print returns 1, always.

That's explains such kind of behavior :)

I just answered that question

I just answered that question on oDesk PHP5 test...

Awesome Blog!

I just find your website. I really like reading your articles! Great stuff. Best LED TV You have provided a lot of useful information to your readers.

Tricky

Great stuff.
______________________________________________________________________________________________________________________________________________ Data Entry Outsource

This opportunity is so

This opportunity is so fantastic and working style so speedy. I was fascinated by the delivery and execution of the file. I found your website perfect for my needs & definitely use it in my work.. Thank you for your info, greatly appreciated. It could be a great tool in many ways for research.
biogetica

great post man, i will share

great post man, i will share with some friends

Nice

Thanks for providing useful information. I appreciate your professional approach. Thank you for the efforts you made in writing this post. I am hoping I'll see more great things from you.
hypnosis and stop smoking

Actually I always follow all

Actually I always follow all myths and facts from my school days for a strong foundation.Now I am successful due to my regular maintaining.Admirable concept has elaborated here through I could able to acknowledge more Funny Facebook Status

amazing

Thankx for sharing this information as this has help me out .

Thanks

I really take pleasure in just reading through all your blogs. Just wanted to tell you that there are people like me who appreciate your work.
how to remove skin tags

might

Thank you for your info, greatly appreciated. It could be a great tool in many ways for research.lung cancer from smoking

I must say i enjoyed this

I must say i enjoyed this kind of post, if I have your permission am able to duplicate this post to my personal website and share it with other people as well. Naturally I am going to give the original credits to you only. mole removal cream

This is a very lucrative

This is a very lucrative position for me. I enjoyed reading the article and the topic caught my mind and imagination. I understand the position of its contents. Thank you for the post-Nice. dream vacation network

nice

Thankx for sharing this information günstig bestellen as this has help me out .

This post has really helped

This post has really helped me out, thanks for the share!

This site really helped me

This site really helped me out, thanks for the l33t h@XX0r info!

Monarch ATB Birding

This opportunity is so

This opportunity is so unusual and working tool so speedy. I was transfixed by the conveyancing and subscription of the line. I launch your website perfect for my needs & definitely use it in my utilise.. Thank you for your substance, greatly pleasing.

The breville juice fountain

The breville juice fountain elite 800jexl is popularly known as the Cadillac of juicers but does it really live up to its claims?

The breville 800jexl has an Italian made electronic motor that increases power when it’s under heavy use in order to maintain filter revolutions. This breville 800jexl juice fountain elite is also “smart” because it has the technological ability to regulate the power needed depending on what’s being juiced.

It is great to have the

It is great to have the opportunity to read a good quality article with useful information on topics that plenty are interested on
310-065 exam
70-682 exam
1Y0-A17 exam
XK0-001 exam
RH133 exam
1z0-048 exam
642-973 exam
117-201 exam

It is so lucky to read your

It is so lucky to read your blog,it is full of useful message.I wish we both can do better in the future.It great honor if you can visit our website,and give us some suggestion.
1z0-043 dumps
642-637 dumps
646-204 dumps
642-611 dumps
1z0-047 dumps
70-631 dumps
LX0-101 dumps
117-102 dumps

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options