Subversion Repositories php-qbpwcf

Rev

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

Rev 230 Rev 239
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 ZHI, CHEN
6
    Copyright (C) 2014~2026 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 4194... Line 4194...
4194
 
4194
 
4195
						#記錄有掃描的資料夾路徑與名稱
4195
						#記錄有掃描的資料夾路徑與名稱
4196
						$result["scannedFile"][]=$NodePathAndName;
4196
						$result["scannedFile"][]=$NodePathAndName;
4197
 
4197
 
4198
						#debug
4198
						#debug
4199
						var_dump(__LINE__,"seartched node(folder):".$NodePathAndName);
4199
						#var_dump(__LINE__,"seartched node(folder):".$NodePathAndName);
4200
 
4200
 
4201
						#合併 content - start
4201
						#合併 content - start
4202
 
4202
 
4203
						#函式說明:
4203
						#函式說明:
4204
						#將多個一維陣列串聯起來,key從0開始排序.
4204
						#將多個一維陣列串聯起來,key從0開始排序.
Line 4309... Line 4309...
4309
						#要執行的php程式內容
4309
						#要執行的php程式內容
4310
						$cmdString=<<<'PHP'
4310
						$cmdString=<<<'PHP'
4311
/*
4311
/*
4312
 
4312
 
4313
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
4313
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
4314
    Copyright (C) 2014~2025 MIN ZHI, CHEN
4314
    Copyright (C) 2014~2026 MIN ZHI, CHEN
4315
 
4315
 
4316
    This file is part of QBPWCF.
4316
    This file is part of QBPWCF.
4317
 
4317
 
4318
    QBPWCF is free software: you can redistribute it and/or modify
4318
    QBPWCF is free software: you can redistribute it and/or modify
4319
    it under the terms of the GNU General Public License as published by
4319
    it under the terms of the GNU General Public License as published by