1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
natsuki ueda 1219635e3e [PHP8.4] die,exitの翻訳 (#180)
* dieの変更

* exitの変更

* "proper function"の訳を修正

* "従って"を他ページに合わせてひらがな表記に修正

* カタカナの訳を修正

* 訳を二文に分割

* 他の訳に合わせて"セマンティクス"を追加

* `EN-Revision`の更新

* xmlの構造を原文に正確に併せる微修正

* 重複した表記を削除

* Change suggestionを再適用

---------

Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
2024-11-30 14:59:53 +09:00

39 lines
982 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2aaaf1967f2510471b694daf8e41a419fc98b751 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.die" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>die</refname>
<refpurpose><function>exit</function> &Alias;</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
&info.function.alias;
<function>exit</function>.
</simpara>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->