Jump to content

[SOLVED] header() in linux


soycharliente

Recommended Posts

From the manual:

Description

void session_write_close ( void )

 

Return Values

Returns TRUE on success or FALSE on failure.

 

How is that even possible? Doesn't that say that it returns nothing?

All the notes at the bottom are full of people saying that this function didn't help them.

 

Sidenote: Frost, did you get my PM?

 

Link to comment
Share on other sites

From the manual:

Description

void session_write_close ( void )

 

Return Values

Returns TRUE on success or FALSE on failure.

 

How is that even possible? Doesn't that say that it returns nothing?

 

It says it returns true on success and false on failure. But since it is a "void" type it means it really doesn't have to return anything. But either way it works like a void function does, the code is executed and you are not really informed if it worked or not. Meaning it is meant to just close the session, it does not need to tell you if it worked or not.

 

As for the PM, probably but I never save my messages sent. Sorry bud.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.