array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.readline-on-new-line.php', 1 => 'readline_on_new_line', 2 => 'Inform readline that the cursor has moved to a new line', ), 'up' => array ( 0 => 'ref.readline.php', 1 => 'Readline İşlevleri', ), 'prev' => array ( 0 => 'function.readline-list-history.php', 1 => 'readline_list_history', ), 'next' => array ( 0 => 'function.readline-read-history.php', 1 => 'readline_read_history', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/readline/functions/readline-on-new-line.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

readline_on_new_line

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

readline_on_new_lineInform readline that the cursor has moved to a new line

Açıklama

readline_on_new_line(): void

Tells readline that the cursor has moved to a new line.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Notlar

Bilginize:

This function is only available if supported by the underlying readline library. It is not supported on Windows.