recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Gets the horizontal and vertical size of the given
window into the given variables.
Variables must be passed as reference, so they are updated when the user changes the terminal size.
windowThe measured window
xThis will be set to the window width
yThis will be set to the window height
Another Useful functions:
ref.ncurses | function.ncurses-wvline | function.ncurses-wstandout | function.ncurses-wstandend | function.ncurses-wrefresh | function.ncurses-wnoutrefresh | function.ncurses-wmove | function.ncurses-wmouse-trafo | function.ncurses-whline | function.ncurses-wgetch | function.ncurses-werase | function.ncurses-wcolor-set | function.ncurses-wclear | function.ncurses-wborder | function.ncurses-wattrset | function.ncurses-wattron | function.ncurses-wattroff | function.ncurses-waddstr | function.ncurses-waddch | function.ncurses-vline | function.ncurses-vidattr | function.ncurses-use-extended-names | function.ncurses-use-env | function.ncurses-use-default-colors | function.ncurses-update-panels | function.ncurses-ungetmouse | function.ncurses-ungetch | function.ncurses-typeahead | function.ncurses-top-panel | function.ncurses-timeout | function.ncurses-termname | function.ncurses-termattrs | function.ncurses-start-color | function.ncurses-standout | function.ncurses-standend | function.ncurses-slk-touch | function.ncurses-slk-set | function.ncurses-slk-restore | function.ncurses-slk-refresh | function.ncurses-slk-noutrefresh | function.ncurses-slk-init | function.ncurses-slk-color | function.ncurses-slk-clear | function.ncurses-slk-attrset | function.ncurses-slk-attron | function.ncurses-slk-attroff | function.ncurses-slk-attr | function.ncurses-show-panel | function.ncurses-scrl | function.ncurses-scr-set | function.ncurses-scr-restore | function.ncurses-scr-init | function.ncurses-scr-dump | function.ncurses-savetty | function.ncurses-resetty | function.ncurses-reset-shell-mode | function.ncurses-reset-prog-mode | function.ncurses-replace-panel | function.ncurses-refresh | function.ncurses-raw | function.ncurses-qiflush | function.ncurses-putp | function.ncurses-prefresh | function.ncurses-pnoutrefresh | function.ncurses-panel-window | function.ncurses-panel-below | function.ncurses-panel-above | function.ncurses-pair-content | function.ncurses-noraw | function.ncurses-noqiflush | function.ncurses-nonl | function.ncurses-noecho | function.ncurses-nocbreak | function.ncurses-nl | function.ncurses-newwin | function.ncurses-newpad | function.ncurses-new-panel | function.ncurses-napms | function.ncurses-mvwaddstr | function.ncurses-mvvline | function.ncurses-mvinch | function.ncurses-mvhline | function.ncurses-mvgetch | function.ncurses-mvdelch | function.ncurses-mvcur | function.ncurses-mvaddstr | function.ncurses-mvaddnstr | function.ncurses-mvaddchstr | function.ncurses-mvaddchnstr | function.ncurses-mvaddch | function.ncurses-move | function.ncurses-move-panel | function.ncurses-mousemask | function.ncurses-mouseinterval | function.ncurses-mouse-trafo | function.ncurses-meta | function.ncurses-longname | function.ncurses-killchar | function.ncurses-keypad | function.ncurses-keyok | function.ncurses-isendwin | function.ncurses-instr | function.ncurses-insstr | function.ncurses-insertln | function.ncurses-insdelln | function.ncurses-insch | function.ncurses-init | function.ncurses-init-pair | function.ncurses-init-color | function.ncurses-inch | function.ncurses-hline | function.ncurses-hide-panel | function.ncurses-has-key | function.ncurses-has-il | function.ncurses-has-ic | function.ncurses-has-colors | function.ncurses-halfdelay | function.ncurses-getyx | function.ncurses-getmouse | function.ncurses-getmaxyx | function.ncurses-getch | function.ncurses-flushinp | function.ncurses-flash | function.ncurses-filter | function.ncurses-erasechar | function.ncurses-erase | function.ncurses-end | function.ncurses-echochar | function.ncurses-echo | function.ncurses-doupdate | function.ncurses-delwin | function.ncurses-deleteln | function.ncurses-delch | function.ncurses-delay-output | function.ncurses-del-panel | function.ncurses-define-key | function.ncurses-def-shell-mode | function.ncurses-def-prog-mode | function.ncurses-curs-set | function.ncurses-color-set | function.ncurses-color-content | function.ncurses-clrtoeol | function.ncurses-clrtobot | function.ncurses-clear | function.ncurses-cbreak | function.ncurses-can-change-color | function.ncurses-bottom-panel | function.ncurses-border | function.ncurses-bkgdset | function.ncurses-bkgd | function.ncurses-beep | function.ncurses-baudrate | function.ncurses-attrset | function.ncurses-attron | function.ncurses-attroff | function.ncurses-assume-default-colors | function.ncurses-addstr | function.ncurses-addnstr | function.ncurses-addchstr | function.ncurses-addchnstr | function.ncurses-addch |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.