Tag

Dynamic Invocation

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 2, 2023 · Backend Development

Using PHP Reflection Functions: Basics and Code Examples

This article explains PHP's reflection functions, showing how to create ReflectionFunction objects, retrieve function names, parameters, type hints, and dynamically invoke functions, with detailed code examples and practical guidance for backend developers.

Code IntrospectionDynamic InvocationPHP
0 likes · 5 min read
Using PHP Reflection Functions: Basics and Code Examples
58 Tech
58 Tech
Jan 13, 2021 · Fundamentals

Exploring Swift Binary Structure and Dynamic Method Invocation in Mach-O

This article examines Swift's binary representation in Mach-O files, compares it with Objective‑C storage, demonstrates runtime dynamic method calls, and analyzes class metadata, VTable construction, and related flags to reveal how Swift functions are located and invoked at runtime.

Binary AnalysisDynamic InvocationMach-O
0 likes · 16 min read
Exploring Swift Binary Structure and Dynamic Method Invocation in Mach-O