PHP 手册
后退
前进
LXVIII. Lotus Notes functions
介绍
警告
本扩展模块是
实验性
的。该模块的行为,包括其函数的名称以及其它任何关于此模块的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。我们提醒您在使用本扩展模块的同时自担风险。
目录
notes_body
-- Open the message msg_number in the specified mailbox on the specified server (leave serv
notes_copy_db
-- Create a note using form form_name
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. Specify the name of the note. Leaving type bla
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_wrefresh
上一级
notes_body