Subversion Repositories php-qbpwcf

Rev

Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 140 Rev 223
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 
4
 
5
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
    Copyright (C) 2014~2025 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 MIN ZHI, CHEN
7
 
7
 
8
    This file is part of QBPWCF.
8
    This file is part of QBPWCF.
9
 
9
 
10
    QBPWCF is free software: you can redistribute it and/or modify
10
    QBPWCF is free software: you can redistribute it and/or modify
11
    it under the terms of the GNU General Public License as published by
11
    it under the terms of the GNU General Public License as published by
Line 60... Line 60...
60
#若需要取得當下的執行狀況,請使用 self::proc_update 來更新.
60
#若需要取得當下的執行狀況,請使用 self::proc_update 來更新.
61
$proc=threads::proc($conf);
61
$proc=threads::proc($conf);
62
unset($conf);
62
unset($conf);
63
 
63
 
64
#debug
64
#debug
65
var_dump($proc);
-
 
66
65
var_dump($proc);
-
 
66