Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: Lotus Notes 関数 - Manual
[go: Go Back, main page]

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

search for in the

notes_body" width="11" height="7"/> <libxml_use_internal_errors
Last updated: Thu, 31 May 2007

view this page in

LXXVII. Lotus Notes 関数

導入

警告

この拡張モジュールは、 実験的 なものです。この拡張モジュールの動作・ 関数名・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 このモジュールは自己責任で使用してください。

注意: この拡張モジュールは » PECL レポジトリに移動 されており、以下のバージョン以降 PHP にバンドルされなくなっています。 PHP 5.0.0. この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストール という章にあります。 新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG といった関連する情報については、次の場所にあります。 » http://pecl.php.net/package/notes.

警告

この拡張モジュールは現在サポートされていません。メンテナを募集中です。

目次

notes_body — 指定したサーバにある指定したメールボックスのメッセージ msg_number をオープンする
notes_copy_db — Lotus Notes データベースをコピーする
notes_create_db — Lotus Notes データベースを作成する
notes_create_note — フォーム form_name を用いてノートを作成する
notes_drop_db — Lotus Notes データベースを破棄する
notes_find_note — database_name で見つかったノートの ID を返す
notes_header_info — 指定したサーバ上の指定したメールボックスにあるメッセージ msg_number をオープンする
notes_list_msgs — 選択した database_name からノートを返す
notes_mark_read — ユーザ user_name 用に note_id に既読マークを付ける
notes_mark_unread — ユーザ user_name 用に note_id に未読マークを付ける
notes_nav_create — database_name にナビゲータ名を作成する
notes_search — database_name のキーワードにマッチするノートを見つける
notes_unread — 現在のユーザ user_name に関して未読のノート ID を返す
notes_version — Lotus Notes のバージョンを取得する


add a note add a note User Contributed Notes
Lotus Notes 関数
c97 at c97 dot pl
15-Dec-2006 08:39
If you need quickly grab some data from Lotus Notes database then create in notes View with data you want to export and open this view via url:
http://server/view.nsf?ReadViewEntries
this will give you a nicely formated XML :)
Hope this helps!
Timothy Massey - http://www.obscorp.com
09-Nov-2006 02:21
Given the fact that this extension uses Notes' C API interface, you're stuck with Windows.  If you're going to go that route, you can use Notes' COM interface just as easily.  You won't have to use this extension, and you'll get a much richer functionality.

However, if you would rather stay cross-platform, a fully supported technique is to use XML.  You access Domino via file_get_contents or fopen (or similar method), and Domino returns XML, which you then parse within PHP.  It is cross-platform, requires no extensions, and is the recommended solution.

Introduction to these techniques (including using the above extension) is covered here.  Restore this back into a single line (broken because of wordwrap):  http://www-128.ibm.com/developerworks/lotus/
library/domino-php/index.html
carsten dot motzek at atotech dot com
11-Sep-2006 07:34
This is an unmaintained Windows-only extension.
You will need Visual C++ 6.0 to build it; use the CVS Web link below to obtain the source.

 
show source | credits | sitemap | contact | advertising | mirror sites