1

Can someone give me example how to use installed pear package, specifically FILE package. I'm php beginner and have never worked with pear so I'm interested in how to use any package after installation...I just call classes and functions from package it self? Second thing that interests me, can I just include downloaded package where ever I need in my files and use it?

Thanks

1 Answer 1

1

There are some very good examples linked to from the official File documentation, and yes you pretty much just call those functions and methods in that package from your own code.

The answer to your second question is also "Yes" :-) You can include that package in your code where-ever you need it.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.