الفرق بين المراجعتين ل"Ruby/IO/for fd"
اذهب إلى التنقل
اذهب إلى البحث
(أنشأ الصفحة ب'<noinclude>{{DISPLAYTITLE: التابع <code>for_fd</code> الخاص بالصنف <code>IO</code> في روبي}}</noinclude> تصنيف: Ruby تصنيف:...') |
|||
سطر 3: | سطر 3: | ||
[[تصنيف: Ruby Method]] | [[تصنيف: Ruby Method]] | ||
[[تصنيف: Ruby IO]] | [[تصنيف: Ruby IO]] | ||
− | مرادف للتابع <code>IO | + | <code>for_fd</code> مرادف للتابع <code>[[Ruby/IO/new|new]]</code>. |
==البنية العامة== | ==البنية العامة== | ||
<syntaxhighlight lang="ruby">for_fd(fd, mode [, opt]) → io</syntaxhighlight> | <syntaxhighlight lang="ruby">for_fd(fd, mode [, opt]) → io</syntaxhighlight> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==انظر أيضا== | ==انظر أيضا== | ||
− | * التابع <code>[[Ruby/IO/copy_stream|copy_stream]]</code>: ينسخ التابع <code>[[Ruby/IO/copy_stream| | + | * التابع <code>[[Ruby/IO/copy_stream|copy_stream]]</code>: ينسخ التابع <code>[[Ruby/IO/copy_stream|copy_stream]]</code> المصدر المعطى <code>src</code> في المورد <code>dst</code> |
− | + | * التابع <nowiki/>[[Ruby/IO/new|<code></code>]]<code>[[Ruby/IO/foreach|new]]</code>: ينشئ مجرى د/خ (I/O). | |
==مصادر== | ==مصادر== | ||
*[http://ruby-doc.org/core-2.5.1/IO.html#method-c-for_fd قسم التابع for_fd في الصنف IO في توثيق روبي الرسمي.] | *[http://ruby-doc.org/core-2.5.1/IO.html#method-c-for_fd قسم التابع for_fd في الصنف IO في توثيق روبي الرسمي.] |
مراجعة 21:03، 12 نوفمبر 2018
for_fd
مرادف للتابع new
.
البنية العامة
for_fd(fd, mode [, opt]) → io
انظر أيضا
- التابع
copy_stream
: ينسخ التابعcopy_stream
المصدر المعطىsrc
في الموردdst
- التابع
new
: ينشئ مجرى د/خ (I/O).