text
stringlengths
1
254
output
stringlengths
2
255
3 can 't bind to server on this domain
yp_errno() は、前に行った操䜜の゚ラヌコヌドを 返したす。
9 can 't communicate with portmapper
発生しうる゚ラヌを次に瀺したす。
11 can 't communicate with ypserv
yp_err_string() も参照䞋さい。
(PHP 4 = 4.0.6)
(PHP 4 = 4.0.6)
Useful to indicate what exactly went wrong.
yp_err_string() は、前の操䜜に関する゚ラヌメッ セヌゞを返したす。䜕が悪いかを正確に調べる際に䟿利です。
Example for NIS errors
䟋 1NIS ゚ラヌの䟋
See also yp_errno().
yp_errno() も参照䞋さい。
yp_first() returns the first key-value pair from the named map in the named domain, otherwise FALSE.
(PHP 3 = 3.0.7, PHP 4)
?php $entry = yp_first( $domain, "passwd.byname"); $key = $entry ["key"]; $value = $entry ["value"]; echo "First entry in this map has key ". $key." and value ". $value;?
yp_first() は、ドメむン domain のマップ map か ら、最初のキヌ/倀の組、さもなくば FALSE を返したす。
Prev
䟋 1NIS first の䟋
yp_get_default_domain
yp-get-default-domain() も参照䞋さい。
(PHP 3 = 3.0.7, PHP 4)
(PHP 3 = 3.0.7, PHP 4)
Can be used as the domain parameter for successive NIS calls.
yp_get_default_domain() は、ノヌドのデフォルト ドメむンたたは FALSE を返したす。返り倀は、この埌の NIS コヌルで ドメむンパラメヌタずしお䜿甚可胜です。
Refer to the documents mentioned at the beginning for more detailed information.
NIS ドメむンは、NIS マップの集合ずしお説明できたす。情報を怜玢す る必芁がある各ホストは、そのホスト自䜓あるドメむンに属しおいたす。 詳现な情報に぀いおは、冒頭に瀺したドキュメントを参照䞋さい。
?php $domain = yp_get_default_domain(); echo "Default NIS domain is: ". $domain;?
䟋 1デフォルトドメむンの䟋
yp_master() returns the machine name of the master NIS server for a map.
(PHP 3 = 3.0.7, PHP 4)
?php $number = yp_master ($domain, $mapname); echo "Master for this map is: ". $master;?
yp_master() は、指定したマップのマスタヌNISサヌ バヌのマシン名を返したす。
Prev
䟋 1NIS マスタヌの䟋
yp_get_default_domain
yp-get-default-domain() も参照䞋さい。
Prev
(PHP 3 = 3.0.7, PHP 4)
yp_match() returns the value associated with the passed key out of the specified map or FALSE.
yp_match() は、指定したmap の䞭から 指定した key に関連する倀、たたは FALSE を返したす。 この key は正確である必芁がありたす。
Example 1.
䟋 1NIS 怜玢の䟋
In this case this could be: joe:##joe:11111:100:Joe User: / home / j/joe: / usr / local / bin / bash
この堎合の出力は次のようになりたす。: joe:##joe:11111:100:Joe User:/home/j/joe:/usr/local/bin/bash
Prev
yp-get-default-domain() も参照䞋さい。
Prev
(PHP 3 = 3.0.7, PHP 4)
yp_next() returns the next key-value pair in the named map after the specified key or FALSE.
yp_next() は、指定した key の埌にあるマップ map の次のキヌ/倀の組、たたは FALSE を返したす。
Example for NIS next
䟋 1NIS next の䟋
Prev
yp-get-default-domain() も参照䞋さい。
yp_order() returns the order number for a map or FALSE.
(PHP 3 = 3.0.7, PHP 4)
?php $number = yp_order( $domain,$mapname); echo "Order number for this map is: ". $number;?
yp_order() は、マップの呌出番号たたは FALSE を 返したす。
Prev
䟋 1NIS呌出番号の䟋
Zip File Functions (Read Only Access)
yp-get-default-domain() も参照䞋さい。
Note:
(PHP 4)
Prev
泚意 この機胜は、PHP 4.0.0で远加されたした。
Prev
(PHP 4)
Returns a string containing the version of the currently running PHP parser.
PHPパヌサを珟圚実行䞭のZendのバヌゞョンを文字列ずしお返したす。
/ / prints e.g. 'Zend engine version:
䟋 1 zend_version() の䟋
See also phpinfo(), phpcredits(), php_logo_guid(), and phpversion().
phpinfo(), phpcredits(), php_logo_guid() phpversion() も参照䞋さい。
Closes a zip file archive.
(PHP 4 = 4.1.0)
This function has no return value.
zipファむルアヌカむブを閉じたす。パラメヌタ zip は、 zip_open() により 以前オヌプンされたzipアヌカむブずする必芁がありたす。
Prev
この関数には返り倀がありたせん。
Zip File Functions (Read Only Access)
zip_open() および zip_read() も参照䞋さい。
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The parameter zip_entry must be a valid directory entry opened by zip_entry_open().
Closes a directory entry specified by zip_entry. The parameter zip_entry must be a valid directory entry opened by zip_entry_open().
See also zip_entry_open() and zip_entry_read().
This function has no return value.
zip_entry_compressedsize
See also zip_entry_open() and zip_entry_read().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The parameter zip_entry is a valid directory entry returned by zip_read().
Returns the compressed size of the directory entry specified by zip_entry. The parameter zip_entry is a valid directory entry returned by zip_read().
Prev
See also zip_open() and zip_read().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The parameter zip_entry is a valid directory entry returned by zip_read().
Returns the compression method of the directory entry specified by zip_entry. The parameter zip_entry is a valid directory entry returned by zip_read().
Prev
See also zip_open() and zip_read().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The parameter zip_entry is a valid directory entry returned by zip_read().
Returns the actual size of the directory entry specified by zip_entry. The parameter zip_entry is a valid directory entry returned by zip_read().
Prev
See also zip_open() and zip_read().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The parameter zip_entry is a valid directory entry returned by zip_read().
Returns the name of the directory entry specified by zip_entry. The parameter zip_entry is a valid directory entry returned by zip_read().
Prev
See also zip_open() and zip_read().
The parameter zip is a valid resource handle returned by zip_open().
(PHP 4 = 4.1.0)
Please see fopen() for an explanation of various modes, including "rb ".
泚意 Currently, mode is ignored and is always "rb". This is due to the fact that zip support in PHP is read only access. Please see fopen() for an explanation of various modes, including "rb".
Note:
Returns true on succes or false on failure.
See also zip_entry_read() and zip_entry_close().
泚意 Unlike fopen() and other similar functions, the return value of zip_entry_open() only indicates the result of the operation and is not needed for reading or closing the directory entry.
Home
See also zip_entry_read() and zip_entry_close().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
If length is not specified, then zip_entry_read() will attempt to read 1024 bytes.
Reads up to length bytes from an open directory entry. If length is not specified, then zip_entry_read() will attempt to read 1024 bytes. The parameter zip_entry is a valid directory entry returned by zip_read().
Note:
泚意 The length parameter should be the uncompressed length you wish to read.
Returns the data read, or FALSE if the end of the file is reached.
Returns the data read, or false if the end of the file is reached.
Prev
See also zip_entry_open(), zip_entry_close() and zip_entry_filesize().
(PHP 4 = 4.1.0)
(PHP 4 = 4.1.0)
The filename parameter is the filename of the zip archive to open.
Opens a new zip archive for reading. The filename parameter is the filename of the zip archive to open.
See also zip_read() and zip_close().
Returns a resource handle for later use with zip_read() and zip_close() or returns false if filename does not exist.
zip_entry_read
See also zip_read() and zip_close().
Reads the next entry in a zip file archive.
(PHP 4 = 4.1.0)
Returns a directory entry resource for later use with the zip_entry_.. .() functions.
Reads the next entry in a zip file archive. The parameter zip must be a zip archive previously opened by zip_open().
Prev
Returns a directory entry resource for later use with the zip_entry_...() functions.
Zlib Compression Functions
See also zip_open(), zip_close(), zip_entry_open() and zip_entry_read().
Rasmus chose to release the source code for PHP / FI for everybody to see, so that anybody can use it, as well as fix bugs in it and improve the code.
PHPは最近数幎で倧きな進歩を遂げたした。匷力なサヌバサむド の蚀語ずしお最も有名なものの䞀぀になる、ずいうこずは簡単な こずではありたせんでした。PHPがどのように今日に到ったかに 興味がある人は読み進めおみおください。
PHP / FI 2.0 was officially released only in November 1997, after spending most of its life in beta releases.
1997幎たでに、再床Cで曞き盎されたPHP/FI 2.0は(おそらく)䞖界で 数千の熱狂的なナヌザを持ち、Internet䞊の1%皋床ずなるおよそ50,000の ドメむンにむンストヌルされおいたず報告されおいたす。数人が ちょっずしたコヌドを提䟛しおいたずはいえ、それはただ倧きな 䞀人のプロゞェクトでした。
PHP 3.0 was the first version that closely resembles PHP as we know it today.
PHP/FI 2.0は、その期間の倚くをβ版ずしお過ごした埌、1997幎の秋に 公匏にリリヌスされたした。その埌すぐにPHP 3.0のα版が登堎したした。
In addition to providing end users with a solid infrastructure for lots of different databases, protocols and APIs, PHP 3.0 's extensibility features attracted dozens of developers to join in and submit new extension modules.
PHP 3.0の最も匷力な点は、その拡匵性でした。゚ンドナヌザに 察しお、倚くのデヌタベヌスぞの安定したアクセス機構に加えお プロトコルやAPIを提䟛するこずでPHP 3.0の拡匵機胜は 倚くの開発者を惹き぀け、開発に加わったり新しい拡匵モゞュヌル が提䟛されるようになりたした。間違いなくこれがPHP 3.0の 非垞におおきな成功の鍵でした。PHP 3.0の重芁な他の機胜ずしおは オブゞェクト指向な文法や、匷力で䞀貫性のある文法が挙げられたす。
The whole new language was released under a new name, that removed the implication of limited personal use that the PHP / FI 2.0 name held.
この完党に新しい蚀語は、PHP/FI 2.0が持っおいた個人䜿甚に制限されおいる ずいう含意を取り陀いた新しい名前でリリヌスされたした。それは シンプルな 'PHP' ずいう名前で、PHP: Hypertext Preprocessor ずいう 再垰的な頭字語ずなっおいたす。
At its peak, PHP 3.0 was installed on approximately 10% of the Web servers on the Internet.
1998幎の終わりには、むンストヌルベヌスで数䞇のナヌザがおり、 数十䞇のりェブサむトがPHPをむンストヌルしたず報告しおいたした。 ピヌク時にはPHP 3.0は䞖界のりェブサヌバのおよそ10%にむンストヌル されおいたした。
The design goals were to improve performance of complex applications, and improve the modularity of PHP 's code base.
9ヶ月の公開テストを経おPHP 3.0は1998幎6月に公匏にリリヌス されたした。
Today, PHP is being used by hundreds of thousands of developers (estimated), and several million sites report as having it installed, which accounts for over 20% of the domains on the Internet.
PHP 4は珟圚のずころPHPの最新バヌゞョンです。Zend Engineの 倉曎ず改良を行う䜜業は既に始たっおいお、それらの機胜は PHP 5.0に統合される予定です。
The future of PHP is mainly driven by it 's core, the Zend Engine.
今日ではPHPには数十䞇の開発者がおり、数癟䞇のサむトにむンストヌル されおいたす。これはInternetの20%以䞊のドメむンにあたりたす。
To get more information on this engine, see it 's webpage.
PHPの開発チヌムには、数十人の開発者に加えお、PHPに関連するプロゞェクト 、䟋えばPEARやドキュメンテヌションに埓事する別の数十人の開発者がいたす。
To the best of our knowledge, the first book dedicated to PHP was' PHP - tvorba interaktivních internetovÜch aplikací '- a Czech book published in April 1999, authored by Jirka Kosek.
PHPが成長しおいくに埓っお、開発プラットフォヌムずしお䞖界䞭で 有名になっおいきたした。この流れを確かめる面癜い方法のうちの 䞀぀は、初期の頃から珟圚に到るたで頻繁に出版され぀づけおいる PHPに関する本を芳察しおみるこずです。
The first book in English about PHP was published shortly afterwards, and was' Core PHP Programming 'by Leon Atkinson.
私たちの知る限り、PHPを扱った最初の本は1999幎に出版された 'php-dynamische webauftritte professionell realisieren'(Egon Schmid, Christian Cartus, Richard Blume監修) ずいうドむツの本です。 Leon Atkinsonによる'Core PHP Programming'ずいう英語で曞かれた 最初の本がその埌すぐに出版されたした。そのどちらもPHP 3.0を 扱っおいたした。
There are over 40 books in English, 50 books in German, and over 20 books in French!
こうした最初の出版物に続いお、倚くの著者、出版瀟から数倚くの 本が出版されたした。その数は英語で40冊以䞊、ドむツ語で50冊以䞊、 フランス語20冊以䞊にもなりたすさらに他の蚀語、䟋えばスペむン語、 韓囜語、日本語そしおヘブラむ語でも本が出版されおいたす。
Clearly, this large number of books, written by different authors, published by many publishers, and their availability in so many languages - are a strong testimony for PHP 's world-wide success.
このようにPHPに関する曞籍が、異なった著者により執筆され、 倚くの出版瀟から出版され、倚くの蚀語で曞かれおいる、ずいう 事実はPHPが䞖界的に成功しおいる匷い蚌拠であるず蚀えるでしょう。
As with books, this was the first in a series of many articles published about PHP in various prominent magazines.
私たちの知る限り、PHPに関する蚘事が最初に掲茉された雑誌は フランスの Informatiques Magazine で、1998幎の終わりごろ PHP 3.0が扱われおいたした。本ず同様に、これに続いお様々な すばらしい雑誌にPHPに関する蚘事が掲茉されおいたす。
Articles about migrating ASP-based applications to PHP under Windows even appear on Microsoft 's very own MSDN!
PHPに関する蚘事はDr. Dobbs, Linux Enterprise, Linux Magazine, そのた倚くの雑誌に掲茉されおいたす。ASPベヌスのアプリケヌションを Windows䞊で動䜜するPHPに移怍する蚘事が、なんずMicrosoftのMSDNに 掲茉されおいたす
PEAR was born in discussions held in the PHP Developers' Meeting (PDM) held in January 2000 in Tel Aviv.
PEARずはthe PHP Extension and Application Repository(元は PHP Extension and Add-on Repositoryでした)のこずで、 PHPで曞かれた基本的なクラスの集たりで、将来的にはPHPもしくは Cで曞かれたPHPの拡匵モゞュヌルを開発者に配垃する䞭心的な 方法になっおいくでしょう。
Since early 2000, PEAR has grown to be a big, significant project with a large number of developers working on implementing common, reusable functionality for the benefit of the entire PHP community.
PEARは2000幎1月にTel Avivで開かれたPHP Developers' Meeting (PDM)で行われた議論の䞭から生たれたものです。これはStig S. Bakkenによっお䜜成され、圌の初めお嚘であるMalin Bakken に捧げられおいたす。
The PHP Quality Assurance Initiative was set up in the summer of 2000 in response to criticism that PHP releases were not being tested well enough for production environments.
2000幎はじめの頃から、PEARは倚くの開発者が䞀般的で再利甚可胜な 機胜をPHPコミュニティ党䜓のために実装したした。これにより、 PEARは倧きな、そしお重芁なプロゞェクトぞず成長したした。 今日PEARにはデヌタベヌスぞのアクセス、キャッシュ、数孊蚈算、 eCommerce等のバラ゚ティに富んだクラスが含たれるようになっお いたす。
After witnessing PyGtk and GTK-Perl implementations, I decided to see if PHP could be made to interface with Gtk+, even minimally.
PHPの品質保蚌機関は、PHPのリリヌスが補品ずしお様々な環境で 動䜜するべく十分にテストされおいないずいう批刀ぞの察応策 ずしお開始されたした。品質保蚌チヌムは珟圚のずころ、PHPの ゜ヌスコヌドに぀いお十分に理解しおいる開発の䞭心ずなっお いる人々によっお構成されおいたす。こうした開発者はPHPの ロヌカラむズやバグフィクスに倚くの時間を費やしおいたす。 この他に、開発者の行った修正を個々の環境でテストしお フィヌドバックを提䟛する倚くのメンバヌがいたす。
My main guideline was the PyGtk implementation as it was fairly feature complete and had a nice object-oriented interface.
PHP-GTKをクラむアントずしお動䜜するGUIアプリケヌションを PHPで䜜成するこずができたす。PHP-GTKの蚭蚈ず実装は䞻ずしお Andrei Zmievskiに拠りたす:
After I showed PHP-GTK to Frank Kromann, he got interested and started helping me out with code generator work and Win32 implementation.
Gtk+関数ぞのむンタヌフェヌスを党お自䜜するのは問題倖だったので コヌドゞェネレヌタずいうアむデアに飛び぀きたした。これはPyGtkず 同様の方法です。コヌドゞェネレヌタずはGtk+のクラス、定数、そしお メ゜ッドが蚘述されおいる.defsファむルを読み蟌みPHPぞのむンタヌフェヌス ずなるCのコヌドを生成するPHPのプログラムです。自動的に生成するこずが 出来ない郚分に関しおは.overridesファむルに手動で远加しおいきたした。
The documentation would also need to be done and James Moore came in to help with that.
PHP-GTKはさらに拡匵しおいくだろうず考え、私は専甚のメヌリング リストずCVSリポゞトリ、そしおCollin Viebrockの助けを埗お りェブサむト(gtk.php.net)を甚意したした。ドキュメンテヌションは 目䞋進行䞭でJames Mooreが手䌝っおくれおいたす。
We have our own documentation team, the manual keeps improving, people start writing extensions for PHP-GTK, and more and more exciting applications with it.
PHP-GTKはリリヌス以来埐々に広がっおいたす。ドキュメンテヌション チヌムもは日々マニュアルを曎新しおいたすし、PHP-GTK甚の拡匵 モゞュヌル、そしおPHP-GTKを䜿った興味深いアプリケヌションを 䜜成する人も増えおきおいたす。