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 | Reads a line | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



SEO Tools




    Friends


      Reads a line

      readline

      (PHP 4, PHP 5)

      readline — Reads a line

      Description

      string readline ([ string $prompt ] )

      Reads a single line from the user. You must add this line to the history yourself using readline_add_history().

      Parameters

      prompt

      You may specify a string with which to prompt the user.

      Return Values

      Returns a single string from the user. The line returned has the ending newline removed.

      Examples

      Example #1 readline() Example

      <?php
      //get 3 commands from user
      for ($i=0$i 3$i++) {
              
      $line readline("Command: ");
              
      readline_add_history($line);
      }

      //dump history
      print_r(readline_list_history());

      //dump variables
      print_r(readline_info());
      ?>


      SEO Tutorial / Articles





      Php / Mysql Tutorial



      Articles



        Other Topics



        SEO by Jainsachin