PHP Lotus Notes Functions

EditRocket provides the following information on Lotus Notes functions in the PHP source code builder.

array notes_body ( string $server , string $mailbox , int $msg_number ) -

bool notes_copy_db ( string $from_database_name , string $to_database_name ) -

bool notes_create_db ( string $database_name ) -

bool notes_create_note ( string $database_name , string $form_name ) -

bool notes_drop_db ( string $database_name ) -

int notes_find_note ( string $database_name , string $name [, string $type ] ) -

object notes_header_info ( string $server , string $mailbox , int $msg_number ) -

bool notes_list_msgs ( string $db ) -

bool notes_mark_read ( string $database_name , string $user_name , string $note_id ) -

bool notes_mark_unread ( string $database_name , string $user_name , string $note_id ) -

bool notes_nav_create ( string $database_name , string $name ) -

array notes_search ( string $database_name , string $keywords ) -

array notes_unread ( string $database_name , string $user_name ) -

float notes_version ( string $database_name ) -