Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Keyword Suggestion Scripts|Articles| Email : sachin {at} jainsachin {dot} com

PHP | Defines a list of up to 4 $_SERVER variables that should be modified for execution | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



SEO Tools




    Friends


      Defines a list of up to 4 $_SERVER variables that should be modified for execution

      Phar::mungServer

      (No version information available, might be only in CVS)

      Phar::mungServer — Defines a list of up to 4 $_SERVER variables that should be modified for execution

      Description

      void Phar::mungServer ( array $munglist )

      Phar::mungServer() should only be called within the stub of a phar archive.

      Defines a list of up to 4 $_SERVER variables that should be modified for execution. Variables that can be modified to remove traces of phar execution are REQUEST_URI, PHP_SELF, SCRIPT_NAME and SCRIPT_FILENAME.

      On its own, this method does nothing. Only when combined with Phar::webPhar() does it take effect, and only when the requested file is a PHP file to be parsed. Note that the PATH_INFO and PATH_TRANSLATED variables are always modified.

      The original values of variables that are modified are stored in the SERVER array with PHAR_ prepended, so for instance SCRIPT_NAME would be saved as PHAR_SCRIPT_NAME.

      Parameters

      munglist

      an array containing as string indices any of REQUEST_URI, PHP_SELF, SCRIPT_NAME and SCRIPT_FILENAME. Other values trigger an exception, and Phar::mungServer() is case-sensitive.

      Return Values

      No return.

      Errors/Exceptions

      Throws UnexpectedValueException if any problems are found with the passed in data.

      Examples

      Example #1 A Phar::mungServer() example

      <?php
      // example stub
      Phar::mungServer(array('REQUEST_URI'));
      Phar::webPhar();
      __HALT_COMPILER();
      ?>


      SEO Tutorial / Articles





      Php / Mysql Tutorial



      Articles



        Other Topics



        SEO by Jainsachin