-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c281caf
commit 77bb898
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Tafqeet | ||
|
||
|
||
طريقة تشغيل التفقيط بسيطة جد | ||
|
||
نزل الملفات | ||
|
||
ضمن الصفحة Tafqeet.php | ||
في الصفحة التي تريد استخدامها فيها مثلا اريد استخدامها في الصفحة | ||
index.php | ||
اكتب هذا الامر في بداية الصفحة | ||
|
||
require_once('Tafqeet.php'); | ||
|
||
ثم قم بعمليه استدعاء الكلاس Tafqeet | ||
هذا مثلا | ||
|
||
$obj = new Tafqeet('122.4'); | ||
|
||
ومن ثم قم باستدعاء الدالة run | ||
|
||
echo $obj->run(); | ||
|
||
الدالة | ||
run | ||
سترجع لك القيمة بالاحروب | ||
|
||
تنبيه | ||
علامة الفاصلة المعتمدة هي . | ||
|