Functii PHP
Cauta functii rapid
[ A]
[ B]
[ C]
[ D]
[ E]
[ F]
[ G]
[ H]
[ I]
[ J]
[ K]
[ L]
[ M]
[ N]
[ O]
[ P]
[ Q]
[ R]
[ S]
[ T]
[ U]
[ V]
[ W]
[ X]
[ Y]
[ Z]
- natcasesort
Sort an array using a case insensitive "natural order" algorithm - natsort
Sort an array using a "natural order" algorithm - next
Advance the internal array pointer of an array - ngettext
Plural version of gettext - notes_body
Open the message msg_number in the specified mailbox on the specified server (leave serv - notes_copy_db
Copy a Lotus Notes database - notes_create_db
Create a Lotus Notes database - notes_create_note
Create a note using form form_name - notes_drop_db
Drop a Lotus Notes database - notes_find_note
Returns a note id found in database_name - notes_header_info
Open the message msg_number in the specified mailbox on the specified server (leave serv - notes_list_msgs
Returns the notes from a selected database_name - notes_mark_read
Mark a note_id as read for the User user_name - notes_mark_unread
Mark a note_id as unread for the User user_name - notes_nav_create
Create a navigator name, in database_name - notes_search
Find notes that match keywords in database_name - notes_unread
Returns the unread note id's for the current User user_name - notes_version
Get the version Lotus Notes - ncurses_addch
Add character at current position and advance cursor - ncurses_addchnstr
Add attributed string with specified length at current position - ncurses_addchstr
Add attributed string at current position - ncurses_addnstr
Add string with specified length at current position - ncurses_addstr
Output text at current position - ncurses_assume_default_colors
Define default colors for color 0 - ncurses_attroff
Turn off the given attributes - ncurses_attron
Turn on the given attributes - ncurses_attrset
Set given attributes - ncurses_baudrate
Returns baudrate of terminal - ncurses_beep
Let the terminal beep - ncurses_bkgd
Set background property for terminal screen - ncurses_bkgdset
Control screen background - ncurses_border
Draw a border around the screen using attributed characters - ncurses_bottom_panel
Moves a visible panel to the bottom of the stack - ncurses_can_change_color
Check if we can change terminals colors - ncurses_cbreak
Switch of input buffering - ncurses_clear
Clear screen - ncurses_clrtobot
Clear screen from current position to bottom - ncurses_clrtoeol
Clear screen from current position to end of line - ncurses_color_content
Gets the RGB value for color - ncurses_color_set
Set fore- and background color - ncurses_curs_set
Set cursor state - ncurses_def_prog_mode
Saves terminals (program) mode - ncurses_def_shell_mode
Saves terminals (shell) mode - ncurses_define_key
Define a keycode - ncurses_del_panel
Remove panel from the stack and delete it (but not the associated window) - ncurses_delay_output
Delay output on terminal using padding characters - ncurses_delch
Delete character at current position, move rest of line left - ncurses_deleteln
Delete line at current position, move rest of screen up - ncurses_delwin
Delete a ncurses window - ncurses_doupdate
Write all prepared refreshes to terminal - ncurses_echo
Activate keyboard input echo - ncurses_echochar
Single character output including refresh - ncurses_end
Stop using ncurses, clean up the screen - ncurses_erase
Erase terminal screen - ncurses_erasechar
Returns current erase character - ncurses_filter
Set LINES for iniscr() and newterm() to 1 - ncurses_flash
Flash terminal screen (visual bell) - ncurses_flushinp
Flush keyboard input buffer - ncurses_getch
Read a character from keyboard - ncurses_getmaxyx
Returns the size of a window - ncurses_getmouse
Reads mouse event - ncurses_getyx
Returns the current cursor position for a window - ncurses_halfdelay
Put terminal into halfdelay mode - ncurses_has_colors
Check if terminal has colors - ncurses_has_ic
Check for insert- and delete-capabilities - ncurses_has_il
Check for line insert- and delete-capabilities - ncurses_has_key
Check for presence of a function key on terminal keyboard - ncurses_hide_panel
Remove panel from the stack, making it invisible - ncurses_hline
Draw a horizontal line at current position using an attributed character and max. n characters long - ncurses_inch
Get character and attribute at current position - ncurses_init_color
Set new RGB value for color - ncurses_init_pair
Allocate a color pair - ncurses_init
Initialize ncurses - ncurses_insch
Insert character moving rest of line including character at current position - ncurses_insdelln
Insert lines before current line scrolling down (negative numbers delete and scroll up) - ncurses_insertln
Insert a line, move rest of screen down - ncurses_insstr
Insert string at current position, moving rest of line right - ncurses_instr
Reads string from terminal screen - ncurses_isendwin
Ncurses is in endwin mode, normal screen output may be performed - ncurses_keyok
Enable or disable a keycode - ncurses_keypad
Turns keypad on or off - ncurses_killchar
Returns current line kill character - ncurses_longname
Returns terminals description - ncurses_meta
Enables/Disable 8-bit meta key information - ncurses_mouse_trafo
Transforms coordinates - ncurses_mouseinterval
Set timeout for mouse button clicks - ncurses_mousemask
Sets mouse options - ncurses_move_panel
Moves a panel so that its upper-left corner is at [startx, starty] - ncurses_move
Move output position - ncurses_mvaddch
Move current position and add character - ncurses_mvaddchnstr
Move position and add attributed string with specified length - ncurses_mvaddchstr
Move position and add attributed string - ncurses_mvaddnstr
Move position and add string with specified length - ncurses_mvaddstr
Move position and add string - ncurses_mvcur
Move cursor immediately - ncurses_mvdelch
Move position and delete character, shift rest of line left - ncurses_mvgetch
Move position and get character at new position - ncurses_mvhline
Set new position and draw a horizontal line using an attributed character and max. n characters long - ncurses_mvinch
Move position and get attributed character at new position - ncurses_mvvline
Set new position and draw a vertical line using an attributed character and max. n characters long - ncurses_mvwaddstr
Add string at new position in window - ncurses_napms
Sleep - ncurses_new_panel
Create a new panel and associate it with window - ncurses_newpad
Creates a new pad (window) - ncurses_newwin
Create a new window - ncurses_nl
Translate newline and carriage return / line feed - ncurses_nocbreak
Switch terminal to cooked mode - ncurses_noecho
Switch off keyboard input echo - ncurses_nonl
Do not translate newline and carriage return / line feed - ncurses_noqiflush
Do not flush on signal characters - ncurses_noraw
Switch terminal out of raw mode - ncurses_pair_content
Gets the RGB value for color - ncurses_panel_above
Returns the panel above panel - ncurses_panel_below
Returns the panel below panel - ncurses_panel_window
Returns the window associated with panel - ncurses_pnoutrefresh
Copies a region from a pad into the virtual screen - ncurses_prefresh
Copies a region from a pad into the virtual screen - ncurses_putp
Apply padding information to the string and output it - ncurses_qiflush
Flush on signal characters - ncurses_raw
Switch terminal into raw mode - ncurses_refresh
Refresh screen - ncurses_replace_panel
Replaces the window associated with panel - ncurses_reset_prog_mode
Resets the prog mode saved by def_prog_mode - ncurses_reset_shell_mode
Resets the shell mode saved by def_shell_mode - ncurses_resetty
Restores saved terminal state - ncurses_savetty
Saves terminal state - ncurses_scr_dump
Dump screen content to file - ncurses_scr_init
Initialize screen from file dump - ncurses_scr_restore
Restore screen from file dump - ncurses_scr_set
Inherit screen from file dump - ncurses_scrl
Scroll window content up or down without changing current position - ncurses_show_panel
Places an invisible panel on top of the stack, making it visible - ncurses_slk_attr
Returns current soft label key attribute - ncurses_slk_attroff
Turn off the given attributes for soft function-key labels - ncurses_slk_attron
Turn on the given attributes for soft function-key labels - ncurses_slk_attrset
Set given attributes for soft function-key labels - ncurses_slk_clear
Clears soft labels from screen - ncurses_slk_color
Sets color for soft label keys - ncurses_slk_init
Initializes soft label key functions - ncurses_slk_noutrefresh
Copies soft label keys to virtual screen - ncurses_slk_refresh
Copies soft label keys to screen - ncurses_slk_restore
Restores soft label keys - ncurses_slk_set
Sets function key labels - ncurses_slk_touch
Forces output when ncurses_slk_noutrefresh is performed - ncurses_standend
Stop using 'standout' attribute - ncurses_standout
Start using 'standout' attribute - ncurses_start_color
Start using colors - ncurses_termattrs
Returns a logical OR of all attribute flags supported by terminal - ncurses_termname
Returns terminals (short)-name - ncurses_timeout
Set timeout for special key sequences - ncurses_top_panel
Moves a visible panel to the top of the stack - ncurses_typeahead
Specify different filedescriptor for typeahead checking - ncurses_ungetch
Put a character back into the input stream - ncurses_ungetmouse
Pushes mouse event to queue - ncurses_update_panels
Refreshes the virtual screen to reflect the relations between panels in the stack - ncurses_use_default_colors
Assign terminal default colors to color id -1 - ncurses_use_env
Control use of environment information about terminal size - ncurses_use_extended_names
Control use of extended names in terminfo descriptions - ncurses_vidattr
Display the string on the terminal in the video attribute mode - ncurses_vline
Draw a vertical line at current position using an attributed character and max. n characters long - ncurses_waddch
Adds character at current position in a window and advance cursor - ncurses_waddstr
Outputs text at current postion in window - ncurses_wattroff
Turns off attributes for a window - ncurses_wattron
Turns on attributes for a window - ncurses_wattrset
Set the attributes for a window - ncurses_wborder
Draws a border around the window using attributed characters - ncurses_wclear
Clears window - ncurses_wcolor_set
Sets windows color pairings - ncurses_werase
Erase window contents - ncurses_wgetch
Reads a character from keyboard (window) - ncurses_whline
Draws a horizontal line in a window at current position using an attributed character and max. n characters long - ncurses_wmouse_trafo
Transforms window/stdscr coordinates - ncurses_wmove
Moves windows output position - ncurses_wnoutrefresh
Copies window to virtual screen - ncurses_wrefresh
Refresh window on terminal screen - ncurses_wstandend
End standout mode for a window - ncurses_wstandout
Enter standout mode for a window - ncurses_wvline
Draws a vertical line in a window at current position using an attributed character and max. n characters long - newt_bell
Send a beep to the terminal - newt_button_bar
- newt_button
- newt_centered_window
Open a centered window of the specified size - newt_checkbox_get_value
- newt_checkbox_set_flags
- newt_checkbox_set_value
- newt_checkbox_tree_add_item
* - newt_checkbox_tree_find_item
- newt_checkbox_tree_get_current
- newt_checkbox_tree_get_entry_value
- newt_checkbox_tree_get_multi_selection
- newt_checkbox_tree_get_selection
- newt_checkbox_tree_multi
- newt_checkbox_tree_set_current
- newt_checkbox_tree_set_entry_value
- newt_checkbox_tree_set_entry
- newt_checkbox_tree_set_width
- newt_checkbox_tree
- newt_checkbox
- newt_clear_key_buffer
Discards the contents of the terminal's input buffer without waiting for additional input - newt_cls
- newt_compact_button
- newt_component_add_callback
- newt_component_takes_focus
- newt_create_grid
- newt_cursor_off
- newt_cursor_on
- newt_delay
- newt_draw_form
- newt_draw_root_text
Displays the string text at the position indicated - newt_entry_get_value
- newt_entry_set_filter
- newt_entry_set_flags
- newt_entry_set
- newt_entry
- newt_finished
Uninitializes newt interface - newt_form_add_component
Adds a single component to the form - newt_form_add_components
Add several components to the form - newt_form_add_host_key
- newt_form_destroy
Destroys a form - newt_form_get_current
- newt_form_run
Runs a form - newt_form_set_background
- newt_form_set_height
- newt_form_set_size
- newt_form_set_timer
- newt_form_set_width
- newt_form_watch_fd
- newt_form
Create a form - newt_get_screen_size
Fills in the passed references with the current size of the terminal - newt_grid_add_components_to_form
- newt_grid_basic_window
- newt_grid_free
- newt_grid_get_size
- newt_grid_h_close_stacked
- newt_grid_h_stacked
- newt_grid_place
- newt_grid_set_field
- newt_grid_simple_window
- newt_grid_v_close_stacked
- newt_grid_v_stacked
- newt_grid_wrapped_window_at
- newt_grid_wrapped_window
- newt_init
Initialize newt - newt_label_set_text
- newt_label
- newt_listbox_append_entry
- newt_listbox_clear_selection
- newt_listbox_clear
- newt_listbox_delete_entry
- newt_listbox_get_current
- newt_listbox_get_selection
- newt_listbox_insert_entry
- newt_listbox_item_count
- newt_listbox_select_item
- newt_listbox_set_current_by_key
- newt_listbox_set_current
- newt_listbox_set_data
- newt_listbox_set_entry
- newt_listbox_set_width
- newt_listbox
- newt_listitem_get_data
- newt_listitem_set
- newt_listitem
- newt_open_window
Open a window of the specified size and position - newt_pop_help_line
Replaces the current help line with the one from the stack - newt_pop_window
Removes the top window from the display - newt_push_help_line
Saves the current help line on a stack, and displays the new line - newt_radio_get_current
- newt_radiobutton
- newt_redraw_help_line
- newt_reflow_text
- newt_refresh
Updates modified portions of the screen - newt_resize_screen
- newt_resume
Resume using the newt interface after calling newt_suspend() - newt_run_form
Runs a form - newt_scale_set
- newt_scale
- newt_scrollbar_set
- newt_set_help_callback
- newt_set_suspend_callback
Set a callback function which gets invoked when user presses the suspend key - newt_suspend
Tells newt to return the terminal to its initial state - newt_texbox_set_text
- newt_textbox_get_num_lines
- newt_textbox_reflowed
- newt_textbox_set_height
- newt_textbox
- newt_vertical_scrollbar
- newt_wait_for_key
Doesn't return until a key has been pressed - newt_win_choice
- newt_win_entries
- newt_win_menu
- newt_win_message
- newt_win_messagev
- newt_win_ternary
- nsapi_request_headers
Fetch all HTTP request headers - nsapi_response_headers
Fetch all HTTP response headers - nsapi_virtual
Perform an NSAPI sub-request - nl_langinfo
Query language and locale information - nl2br
Inserts HTML line breaks before all newlines in a string - number_format
Format a number with grouped thousands |
|
|