customizable file manager written in PHP [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for free file management and code editing written in php similar to eXtplorer, that can easily be customized and extended.
Any good ones?

Try look here:
http://www.hotscripts.com/category/php/scripts-programs/file-manipulation/file-management/page:2/
http://navphp.sourceforge.net/
http://www.proscriptinstallation.com/File-Management-Scripts/
Hope this helps.

Related

How to read the source of code of internal functions in PHP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 months ago.
The community is reviewing whether to reopen this question as of 18 days ago.
Improve this question
As in theme I want to see how looks internal function of PHP for example bade64_encode, is it possible and how ?

Where can I find in PHP source files where is the code of an internal function like is_string()? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I already downloaded the source, and I think the code of is_string() is somewhere in ext/standard/, but I am not sure.
ext/standard/type.c
You can also find it online:
http://git.php.net/?p=php-src.git&a=search&h=HEAD&st=grep&s=%28is_string%29
Edit to add:
You can find different version by replacing the h key with e.g.:
h=refs%2Fheads%2FPHP-5.6.31
PHP5 uses fewer macros than PHP7, so it looks more like normal C.

Creating Charts in PHP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to create a simple Chart in PHP. It should show a temperature value over time. Is there any simple library you can recommand?
Regards
I personal use JpGraph - it is free and very powerful. The rendered graphic looks very nice.
You can download it here.

Automatic creation of doc-blocks for phpdocumentor 2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
while phpdocumentor 2 parses my files, it shows all functions which do not have any DocBlock.
Is there a tool that can create empty (minimal) doc-blocks compatible with phpdoc2 like php-cs-fixer does with code? Then I can go thru the code and fill in all information.
Thanks.
Please see the comments on the first post.

How to get PHP to minify JS and CSS code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for a PHP class that can minify JS and CSS code.
I never tested it, but this looks quite promising: Minify
I've found one over, in case anyone wants to take a look. Its called SmartOptimizer, and I think is pretty good!

Categories