⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby19
/
share
/
ri
/
1.9.1
/
system
/
GDBM
/
View File Name :
open-c.ri
U:RDoc::AnyMethod[iI" open:ETI"GDBM::open;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"@If called without a block, this is synonymous to GDBM::new.;TI"KIf a block is given, the new GDBM instance will be passed to the block;TI"Gas a parameter, and the corresponding database file will be closed;TI"=after the execution of the block code has been finished.;To:RDoc::Markup::BlankLine o; ; [I"+Example for an open call with a block:;T@o:RDoc::Markup::Verbatim; [I"require 'gdbm' ;FI"*GDBM.open("fruitstore.db") do |gdbm| ;FI"& gdbm.each_pair do |key, value| ;FI"$ print "#{key}: #{value}\n" ;FI" end ;FI"end;F: @file0I"qGDBM.open(filename, mode = 0666, flags = nil) GDBM.open(filename, mode = 0666, flags = nil) { |gdbm| ... } ;T0[ I"(*args);FI"ext/gdbm/gdbm.c;T