Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
function rb_str_new (Ruby 2.2.0)
[go: Go Back, main page]

Ruby 2.2.0 リファレンスマニュアル > 関数一覧 > rb_str_new

function rb_str_new

VALUE rb_str_new(const char *ptr, long len)

ptr から len バイト分をコピーして Ruby の文字列を作成し返します。

rb_str_new(0,0)

では空文字列を生成して返します。