Skip to content

Commit

Permalink
Update curl-exec.xml Mention the direct output
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Dec 15, 2024
1 parent fb69c45 commit ae490ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reference/curl/functions/curl-exec.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 6c60e8e8fcd92bdaa469f7292b12179e841dfd39 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.curl-exec" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -35,9 +35,11 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success; しかし、オプション <constant>CURLOPT_RETURNTRANSFER</constant>
成功時には、この関数は結果を直接 <literal>stdout</literal>
にフラッシュし、&true; を返します。&return.falseforfailure;
しかし、オプション <constant>CURLOPT_RETURNTRANSFER</constant>
が<link linkend="function.curl-setopt">設定</link>されていると、
成功した場合に取得結果、失敗した場合に &false; を返します。
成功した場合に取得結果を、失敗した場合に &false; を返します。
</para>
&return.falseproblem;
<note>
Expand Down

0 comments on commit ae490ed

Please sign in to comment.