downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.notes.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.notes.php',
   
1 => 'Lotus Notes',
  ),
 
'up' =>
  array (
   
0 => 'refs.remote.other.php',
   
1 => 'Other Services',
  ),
 
'prev' =>
  array (
   
0 => 'function.ldap-unbind.php',
   
1 => 'ldap_unbind',
  ),
 
'next' =>
  array (
   
0 => 'intro.notes.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">Lotus Notes</h1>
 
 
 
 
 
 







 







 


 




<ul class="chunklist chunklist_book"><li><a href="intro.notes.php">Introduction</a></li><li><a href="notes.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="notes.requirements.php">Requirements</a></li><li><a href="notes.installation.php">Installation</a></li><li><a href="notes.configuration.php">Runtime Configuration</a></li><li><a href="notes.resources.php">Resource Types</a></li></ul></li><li><a href="notes.constants.php">Predefined Constants</a></li><li><a href="ref.notes.php">Lotus Notes Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.notes-body.php">notes_body</a> — Open the message msg_number in the specified mailbox on the specified server (leave serv</li><li><a href="function.notes-copy-db.php">notes_copy_db</a> — Copy a Lotus Notes database</li><li><a href="function.notes-create-db.php">notes_create_db</a> — Create a Lotus Notes database</li><li><a href="function.notes-create-note.php">notes_create_note</a> — Create a note using form form_name</li><li><a href="function.notes-drop-db.php">notes_drop_db</a> — Drop a Lotus Notes database</li><li><a href="function.notes-find-note.php">notes_find_note</a> — Returns a note id found in database_name</li><li><a href="function.notes-header-info.php">notes_header_info</a> — Open the message msg_number in the specified mailbox on the specified server (leave serv</li><li><a href="function.notes-list-msgs.php">notes_list_msgs</a> — Returns the notes from a selected database_name</li><li><a href="function.notes-mark-read.php">notes_mark_read</a> — Mark a note_id as read for the User user_name</li><li><a href="function.notes-mark-unread.php">notes_mark_unread</a> — Mark a note_id as unread for the User user_name</li><li><a href="function.notes-nav-create.php">notes_nav_create</a> — Create a navigator name, in database_name</li><li><a href="function.notes-search.php">notes_search</a> — Find notes that match keywords in database_name</li><li><a href="function.notes-unread.php">notes_unread</a> — Returns the unread note id's for the current User user_name</li><li><a href="function.notes-version.php">notes_version</a> — Get the version Lotus Notes</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites