Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3391502
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:48:38+00:00 2026-05-18T03:48:38+00:00

For Starters, i would like to note, that this is my first post on

  • 0

For Starters, i would like to note, that this is my first post on Stackoverflow. However, during my web development career, i have used this site numerous times. And now i feel i need an assistance beyond just browsing though google.

So my question is does PHP have visual Documentation just like http://visualjquery.com/?

Because if not i was already considering writing it for myself. So does anyone know if it is actually around somewhere on the net?

I am sure writing my own visual PHP will make me know php a great deal better but i would be less eager knowing that the wheel is already invented by someone else?

So if anyone knows please do tell.. Thank you very much.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T03:48:38+00:00Added an answer on May 18, 2026 at 3:48 am

    It looks like you simply want a different interface to the normal documentation.

    The online PHP manual, and several others are built using a PHP-based Docbook renderer which could be extended (via additional packages and formats) to provide whatever kind of output you desire: including a fancy Visual Jquery-like one.


    Alternatively, you could take an existing output format (for example, PhD can render XML/JSON/PHP) and add a simple visual UI on top. For example, the JSON output for the file() function is

    {
        "name": "file",
        "purpose": "Reads entire file into an array",
        "manualid": "function.file",
        "version": "PHP 4, PHP 5",
        "params": [
            {
                "name": "filename",
                "type": "string",
                "optional": "false"
            },
            {
                "name": "flags",
                "type": "int",
                "optional": "true"
            },
            {
                "name": "context",
                "type": "resource",
                "optional": "true"
            }
        ],
        "return": {
            "type": "array",
            "description": "Returns the file in an array. Each element of the array corresponds to a\n   line in the file, with the newline still attached. Upon failure,\n   file returns FALSE.Each line in the resulting array will include the line ending, unless\n    FILE_IGNORE_NEW_LINES is used, so you still need to\n    use rtrim if you do not want the line ending\n    present.If PHP is not properly recognizing\nthe line endings when reading files either on or created by a Macintosh\ncomputer, enabling the\nauto_detect_line_endings\nrun-time configuration option may help resolve the problem."
        },
        "errors": null,
        "notes": [
            {
                "type": "warning",
                "description": "When using SSL, Microsoft IIS\nwill violate the protocol by closing the connection without sending a\nclose_notify indicator. PHP will report this as \"SSL: Fatal\nProtocol Error\" when you reach the end of the data. To work around this, the\nvalue of error_reporting should be\nlowered to a level that does not include warnings.\nPHP 4.3.7 and higher can detect buggy IIS server software when you open\nthe stream using the https:\/\/ wrapper and will suppress the\nwarning. When using fsockopen to create an\nssl:\/\/ socket, the developer is responsible for detecting\nand suppressing this warning."
            }
        ],
        "changelog": [
            {
                "version": "5.0.0",
                "change": "The context parameter was added"
            },
            {
                "version": "5.0.0",
                "change": "Prior to PHP 5.0.0 the flags parameter only\n        covered include_path and was\n        enabled with 1"
            },
            {
                "version": "4.3.0",
                "change": "file became binary safe"
            }
        ],
        "seealso": [
            {
                "type": "function",
                "name": "readfile"
            },
            {
                "type": "function",
                "name": "fopen"
            },
            {
                "type": "function",
                "name": "fsockopen"
            },
            {
                "type": "function",
                "name": "popen"
            },
            {
                "type": "function",
                "name": "file_get_contents"
            },
            {
                "type": "function",
                "name": "include"
            },
            {
                "type": "function",
                "name": "stream_context_create"
            }
        ]
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.