Phpfsplit
A php function to split a given file to parts based on the specified buffer size
Install / Use
/learn @ManZzup/PhpfsplitREADME
phpfsplit : File Splitter function for php
A php function to split a given file to parts based on the specified buffer size.
How to use?
- Include phpfsplit.php
- Use fsplit($filename,$buffer)
fsplit($filename, $buffer)
$filename : path to the file that should be splitted (ex: files/myfile.jpg)
$buffer : size of a part of a file. Defined in BYTES. Default is 1kb(== 1024) (ex: 4096 for 4kb)
return : array of string ; the paths to the splits
Splits are named as filename.part0 filename.part1 ...
Related Skills
next
A beautifully designed, floating Pomodoro timer that respects your workspace.
product-manager-skills
49PM skill for Claude Code, Codex, Cursor, and Windsurf: diagnose SaaS metrics, critique PRDs, plan roadmaps, run discovery, and coach PM career transitions.
devplan-mcp-server
3MCP server for generating development plans, project roadmaps, and task breakdowns for Claude Code. Turn project ideas into paint-by-numbers implementation plans.
