Tag

glob

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2025 · Fundamentals

Overview of Useful Python Standard Library Modules with Example Code

This article introduces several essential Python standard library modules—including cmd, getpass, glob, pickle, shelve, codecs, functools, inspect, weakref, and xml.etree.ElementTree—providing brief descriptions and ready‑to‑run code examples that demonstrate their core functionalities.

CMDPicklecode examples
0 likes · 4 min read
Overview of Useful Python Standard Library Modules with Example Code
php中文网 Courses
php中文网 Courses
Feb 18, 2025 · Backend Development

Using PHP glob() to Retrieve File Paths with Pattern Matching

This article explains PHP's glob() function, detailing its syntax, parameters, and various pattern‑matching examples—including wildcard, extension, brace, and recursive searches—while highlighting important flags and considerations for handling returned file and directory arrays.

FilesystemPHPbackend
0 likes · 4 min read
Using PHP glob() to Retrieve File Paths with Pattern Matching
Test Development Learning Exchange
Test Development Learning Exchange
Dec 20, 2024 · Fundamentals

Python Path Handling: os.path, pathlib, glob, and shutil Overview

This article provides a comprehensive guide to Python's path manipulation tools, covering the os.path module functions, the object‑oriented pathlib API, file‑matching with glob, and advanced file operations using shutil, complete with code examples and usage recommendations.

File SystemPath HandlingPython
0 likes · 17 min read
Python Path Handling: os.path, pathlib, glob, and shutil Overview
php中文网 Courses
php中文网 Courses
Nov 26, 2024 · Backend Development

Using PHP glob() Function to Match File Paths

This article explains the PHP glob() function, detailing its syntax, parameters, and various usage examples—including wildcard, brace expansion, and recursive matching—to help developers efficiently retrieve file paths matching specific patterns, while noting important considerations such as flags and empty results.

Code ExampleFilesystemPHP
0 likes · 4 min read
Using PHP glob() Function to Match File Paths
php中文网 Courses
php中文网 Courses
Oct 9, 2024 · Backend Development

Using PHP glob() Function to Match File Paths

This article explains the PHP glob() function, its syntax, parameters, and various usage examples—including wildcard, brace expansion, and recursive patterns—while highlighting important flags and return‑value considerations for effective file‑path matching.

Backend DevelopmentPHPPattern Matching
0 likes · 4 min read
Using PHP glob() Function to Match File Paths
php中文网 Courses
php中文网 Courses
Mar 21, 2024 · Backend Development

Using PHP glob() Function to Retrieve File Paths

This article explains the PHP glob() function, its syntax, parameters, and various usage examples—including wildcard, brace expansion, and recursive matching—to help developers efficiently retrieve file paths based on pattern matching.

PHPbackendcode examples
0 likes · 4 min read
Using PHP glob() Function to Retrieve File Paths
php中文网 Courses
php中文网 Courses
Feb 4, 2024 · Backend Development

Using PHP glob() Function to Find Files and Directories

This article explains the PHP glob() function, its syntax and optional flags, and provides four practical examples demonstrating how to locate PHP files, multiple file types, files using wildcards, and directories, while highlighting performance considerations.

FilesystemPHPbackend
0 likes · 5 min read
Using PHP glob() Function to Find Files and Directories
php中文网 Courses
php中文网 Courses
Jan 29, 2024 · Backend Development

Using PHP's glob() Function to Search Files and Directories

This article introduces PHP's glob() function, explains its syntax and parameters, and provides multiple code examples demonstrating how to locate files, filter by patterns, search across multiple directories, and retrieve only directories, while noting performance considerations.

FilesystemPattern Matchingbackend
0 likes · 4 min read
Using PHP's glob() Function to Search Files and Directories
php中文网 Courses
php中文网 Courses
Nov 27, 2023 · Backend Development

Using PHP glob() Function for File and Directory Searching

This article explains the PHP glob() function, detailing its syntax, parameters, and multiple usage examples—including listing all files, filtering by extension, recursive file discovery, and directory-only searches—while providing complete code snippets for each scenario.

backenddirectory traversalfile handling
0 likes · 4 min read
Using PHP glob() Function for File and Directory Searching