w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
open

DBM.open(filename[, mode[, flags]]) â dbmDBM.open(filename[, mode[, flags]]) {|dbm| block} Class Public methods Open a dbm database and yields it if a block is given. See also DBM.new.

[]

dbm[key] â string value or nil Instance Public methods Return a value from the database by locating the key string provided. If the key is not found, returns nil.

[]=

dbm[key] = value Instance Public methods Stores the specified string value in the database, indexed via the string key provided.

clear

dbm.clear Instance Public methods Deletes all data from the database.

close

dbm.close Instance Public methods Closes the database.

closed?

dbm.closed? â true or false Instance Public methods Returns true if the database is closed, false otherwise.

delete

dbm.delete(key) Instance Public methods Deletes an entry from the database.

delete_if

dbm.delete_if {|key, value| block} â self Instance Public methods Deletes all entries for which the code block returns true. Returns self.

each

dbm.each_pair {|key,value| block} â self Instance Public methods Calls the block once for each [key, value] pair in the database. Returns self.

each_key

dbm.each_key {|key| block} â self Instance Public methods Calls the block once for each key string in the database. Returns self.

Popular Articles
random_projection.SparseRandomProjection() class sklearn.random_projection.SparseRandomProjection(n_components='auto', density='auto', eps=0.1, dense_output=False, random_state=None) [source
Eloquent: Getting Started Eloquent: Getting Started Introduction Defining Models Eloquent Model Conventions Retrieving Models Collections Chunking Results Retrieving Sing
static OLSResults.f_pvalue() statsmodels.regression.linear_model.OLSResults.f_pvalue static OLSResults.f_pvalue()
perlmod - Perl modules (packages and symbol tables) NAME DESCRIPTIONIs this the document you were after? Packages Symbol Tables BEGIN, UNITCHECK, CHECK, INIT and END Perl Classes Perl Modules Mak
DatabaseMigrationRepository DatabaseMigrationRepository class DatabaseMigrationRepository implements MigrationRepositoryInterface (View source) Methods void __construct(Co


Page 160 of 11844

|< < Prev 157 158 159 160 161 162 163 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions